mirror of
https://github.com/myvesta/vesta
synced 2025-07-07 13:31:53 -07:00
Under construction message for mail tab
This commit is contained in:
parent
8b92594705
commit
d1cf8bdd97
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ App.Model.WEB_DOMAIN.loadList = function()
|
|||
App.Model.MAIL.loadList = function()
|
||||
{
|
||||
//App.Ajax.request('MAIL.getList', {}, App.View.listItems);
|
||||
App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px;font-size: 28px;">Under maintanance</h1></center>');
|
||||
App.Ref.CONTENT.html('<center><h1 style="padding-top: 20px; font-size: 28px; position: absolute; margin-left: 351px; color: white; text-shadow: 2px 1px 1px rgb(65, 124, 213);">Under maintanance</h1><img width="900px" src="http://dev.vestacp.com:8083/images/Asteroid_Vesta.jpg"></center>');
|
||||
}
|
||||
|
||||
App.Model.DB.loadList = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue