Visual improvements in Error Log tab.

This commit is contained in:
Alexander Shaduri
2017-08-31 20:50:41 +00:00
parent 5c3bfe8db0
commit 9f5db6d034
2 changed files with 2 additions and 1 deletions
@@ -1526,6 +1526,7 @@ bool SmartctlParser::parse_section_data_subsection_error_log(const std::string&
// parsable by this parser. Can't really improve that.
// Also, type (e.g. UNC) is not always present (depends on the drive I guess).
// Sample "-l xerror" output:
/*
SMART Extended Comprehensive Error Log Version: 1 (1 sectors)
Device Error Count: 1
+1 -1
View File
@@ -664,7 +664,6 @@ Self-test log contains information about the most recent manually performed SMAR
<object class="GtkTreeView" id="error_log_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_bottom">19</property>
<property name="enable_grid_lines">both</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
@@ -690,6 +689,7 @@ Self-test log contains information about the most recent manually performed SMAR
<property name="editable">False</property>
<property name="left_margin">5</property>
<property name="right_margin">5</property>
<property name="monospace">True</property>
</object>
</child>
</object>