mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Feature #4215: Remove the VR update button
This commit is contained in:
parent
59267f1f86
commit
603c726a18
@ -447,7 +447,6 @@ tabs:
|
||||
actions:
|
||||
VirtualRouter.refresh: true
|
||||
VirtualRouter.create_dialog: true
|
||||
VirtualRouter.update_dialog: true
|
||||
VirtualRouter.rename: true
|
||||
VirtualRouter.chown: true
|
||||
VirtualRouter.chgrp: true
|
||||
|
@ -441,7 +441,6 @@ tabs:
|
||||
actions:
|
||||
VirtualRouter.refresh: true
|
||||
VirtualRouter.create_dialog: true
|
||||
VirtualRouter.update_dialog: true
|
||||
VirtualRouter.rename: true
|
||||
VirtualRouter.chown: true
|
||||
VirtualRouter.chgrp: true
|
||||
|
@ -442,7 +442,6 @@ tabs:
|
||||
actions:
|
||||
VirtualRouter.refresh: true
|
||||
VirtualRouter.create_dialog: true
|
||||
VirtualRouter.update_dialog: true
|
||||
VirtualRouter.rename: true
|
||||
VirtualRouter.chown: true
|
||||
VirtualRouter.chgrp: true
|
||||
|
@ -27,11 +27,6 @@ define(function(require) {
|
||||
type: "create_dialog",
|
||||
layout: "create"
|
||||
},
|
||||
"VirtualRouter.update_dialog" : {
|
||||
type: "action",
|
||||
layout: "main",
|
||||
text: Locale.tr("Update")
|
||||
},
|
||||
"VirtualRouter.chown" : {
|
||||
type: "confirm_with_select",
|
||||
text: Locale.tr("Change owner"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user