mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -07:00
UI update
This commit is contained in:
parent
0f7110b0e7
commit
527e4a9a62
139 changed files with 2046 additions and 124 deletions
|
@ -710,14 +710,15 @@ var App = {
|
|||
Core: {},
|
||||
// CONSTANT VALUES
|
||||
Constants: {
|
||||
UNLIM_VALUE: 'unlimited',
|
||||
UNLIM_TRANSLATED_VALUE: 'unlimited'
|
||||
UNLIM_VALUE: 'unlimited', // overritten in i18n.js.php
|
||||
UNLIM_TRANSLATED_VALUE: 'unlimited' // overritten in i18n.js.php
|
||||
},
|
||||
// Actions. More widly used funcs
|
||||
Actions: {
|
||||
DB: {},
|
||||
WEB: {},
|
||||
PACKAGE: {}
|
||||
PACKAGE: {},
|
||||
MAIL_ACC:{}
|
||||
},
|
||||
// Utilities
|
||||
Helpers: {},
|
||||
|
@ -732,7 +733,8 @@ var App = {
|
|||
Listeners: {
|
||||
DB: {},
|
||||
WEB: {},
|
||||
PACKAGE: {}
|
||||
PACKAGE: {},
|
||||
MAIL_ACC:{}
|
||||
},
|
||||
View:{
|
||||
HTML: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue