mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-29 23:59:46 +02:00
Under construction message for mail tab
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user