projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57121ce
)
Don't show renumber button for 'renumber' other_action
author
Quentin Smith
<quentin@mit.edu>
Sun, 27 May 2018 06:43:43 +0000
(
02:43
-0400)
committer
Quentin Smith
<quentin@mit.edu>
Sun, 27 May 2018 07:03:49 +0000
(
03:03
-0400)
code/main.py
patch
|
blob
|
history
diff --git
a/code/main.py
b/code/main.py
index
cfee9f7
..
6587484
100755
(executable)
--- a/
code/main.py
+++ b/
code/main.py
@@
-676,7
+676,7
@@
def infoDict(username, state, machine):
renumber = False
for n in machine.nics:
- if n.other_action in ('renumber', 'renumber_dhcp'):
+ if n.other_action == 'renumber_dhcp':
renumber = True
main_status['memory'] += ' MiB'