mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Javascript update set
This commit is contained in:
parent
0b9711d7c9
commit
257423147e
9 changed files with 94 additions and 48 deletions
|
@ -37,6 +37,13 @@ App.Messages.get = function(key, plural) {
|
|||
}
|
||||
}
|
||||
|
||||
// Imutable
|
||||
App.Settings.Imutable = {};
|
||||
App.Settings.Imutable.USER = ['LOGIN_NAME'];
|
||||
App.Settings.Imutable.DB = ['DB', 'TYPE', 'USER'];
|
||||
App.Settings.Imutable.DNS = ['DNS_DOMAIN'];
|
||||
|
||||
|
||||
// Empty
|
||||
App.Empty = {};
|
||||
App.Empty.USER = {'CONTACT':'', 'PASSWORD':'','LOGIN_NAME':'','LNAME':'', 'FNAME':'','NS1':'','NS2':'','NS3':'','NS4':'','NS5':'','NS6':'','NS7':'','NS8':''};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue