Add summary and description to metainfo.xml

This commit is contained in:
Kyrylo Gliebov 2019-01-14 13:37:58 +01:00 committed by Kirill Glebov
parent 1b32b0c0ce
commit 776c4da012

View file

@ -3,11 +3,12 @@
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<name>Session Recording</name> <name>Session Recording</name>
<summary> <summary>
Scaffolding for a cockpit module. Provides Session Recording module for Cockpit.
</summary> </summary>
<description> <description>
<p> <p>
Scaffolding for a cockpit module. Provides Session Recording module for Cockpit. Provides list of recorded by tlog terminal sessions from Journal.
Allows to play them in a player with various controls. Shows correlated logs which happened during session.
</p> </p>
</description> </description>
<extends>cockpit.desktop</extends> <extends>cockpit.desktop</extends>