mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 05:15:33 +00:00
Visual improvements in Error Log tab.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user