Skip to content

Commit

Permalink
gscan: don't force host/owner columns
Browse files Browse the repository at this point in the history
Don't force visible host/owner columns in multi-host/owner scans.
  • Loading branch information
matthewrmshin committed Oct 29, 2018
1 parent cf6db61 commit 0f502a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cylc/gui/gscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,10 +987,6 @@ def update(self):
suite_updated_time, None, None, warning_text])

self.suite_treemodel.foreach(self._expand_row, row_ids)
if len(hosts) > 1:
self.treeview.get_column(ScanApp.HOST_COLUMN).set_visible(True)
if len(owners) > 1:
self.treeview.get_column(ScanApp.OWNER_COLUMN).set_visible(True)
return False

def _update_group_counts(self):
Expand Down

0 comments on commit 0f502a8

Please sign in to comment.