mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +00:00
use 'Add' user, instead of 'Create' user.
That wording seems to be better suited.
This commit is contained in:
parent
d93d0459d0
commit
bf70832d49
@ -2,6 +2,8 @@ Ext.define('PVE.dc.UserEdit', {
|
|||||||
extend: 'PVE.window.Edit',
|
extend: 'PVE.window.Edit',
|
||||||
alias: ['widget.pveDcUserEdit'],
|
alias: ['widget.pveDcUserEdit'],
|
||||||
|
|
||||||
|
isAdd: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ Ext.define('PVE.dc.UserView', {
|
|||||||
|
|
||||||
var tbar = [
|
var tbar = [
|
||||||
{
|
{
|
||||||
text: gettext('Create'),
|
text: gettext('Add'),
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var win = Ext.create('PVE.dc.UserEdit',{
|
var win = Ext.create('PVE.dc.UserEdit',{
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user