#55 sort mock names

This commit is contained in:
Henning Jacobs
2016-12-22 15:07:57 +01:00
parent 676ae4499f
commit a0591dcf90

8
app.py
View File

@@ -111,13 +111,13 @@ def generate_mock_cluster_data(index: int):
nodes = []
names = [
'agent-cooper',
'log-lady',
'sheriff-truman',
'laura-palmer',
'black-lodge',
'bob',
'leland-palmer',
'bobby-briggs'
'laura-palmer',
'leland-palmer',
'log-lady',
'sheriff-truman',
]
pod_phases = ['Pending', 'Running', 'Running']
for i in range(10):