#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 = [] nodes = []
names = [ names = [
'agent-cooper', 'agent-cooper',
'log-lady',
'sheriff-truman',
'laura-palmer',
'black-lodge', 'black-lodge',
'bob', 'bob',
'leland-palmer',
'bobby-briggs' 'bobby-briggs'
'laura-palmer',
'leland-palmer',
'log-lady',
'sheriff-truman',
] ]
pod_phases = ['Pending', 'Running', 'Running'] pod_phases = ['Pending', 'Running', 'Running']
for i in range(10): for i in range(10):