EventStore / EventStore.UI

The user interface for Event Store
57 stars 37 forks source link

Display 'Dead' node state as 'Unreachable' on Cluster Status page #329

Closed 321zer0 closed 2 years ago

321zer0 commented 2 years ago

Changed: Display 'Dead' node state as 'Unreachable' on Cluster Status page

timothycoleman commented 2 years ago

not certain, but i think we might need to adjust https://github.com/EventStore/EventStore.UI/blob/f353c495faa735c8aa912da55396967e49422377/src/js/modules/clusterstatus/controllers/ClusterStatusSnapshotCtrl.js#L17 to adjust the text that is displayed when you click the 'snapshot' button on the cluster status page

hayley-jean commented 2 years ago

not certain, but i think we might need to adjust

https://github.com/EventStore/EventStore.UI/blob/f353c495faa735c8aa912da55396967e49422377/src/js/modules/clusterstatus/controllers/ClusterStatusSnapshotCtrl.js#L17

to adjust the text that is displayed when you click the 'snapshot' button on the cluster status page

Yeah, that'll be needed as well