Commit f65effdf authored by Kristin Berry's avatar Kristin Berry
Browse files

Added number of islands to HealthMonitorWidget

parent 619fc28a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ namespace Isis {
  void ControlHealthMonitorWidget::broken() {
    updateStatus(0);
    m_statusLabel->setText("Broken!");
    m_statusDetails->setText("This network has more than one island.");
    m_statusDetails->setText("This network has " + toString(m_vitals->numIslands()) + "islands.");
  }

  void ControlHealthMonitorWidget::weak() {