Commit 228a7316 by Bach Dániel

dashboard: new icon for shutoff operation

parent 6841cc02
...@@ -662,7 +662,7 @@ vm_ops = OrderedDict([ ...@@ -662,7 +662,7 @@ vm_ops = OrderedDict([
('shutdown', VmOperationView.factory( ('shutdown', VmOperationView.factory(
op='shutdown', icon='power-off', effect='warning')), op='shutdown', icon='power-off', effect='warning')),
('shut_off', VmOperationView.factory( ('shut_off', VmOperationView.factory(
op='shut_off', icon='ban', effect='warning')), op='shut_off', icon='plug', effect='warning')),
('recover', VmOperationView.factory( ('recover', VmOperationView.factory(
op='recover', icon='medkit', effect='warning')), op='recover', icon='medkit', effect='warning')),
('nostate', VmStateChangeView), ('nostate', VmStateChangeView),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment