diff --git a/www/manager6/dc/Guests.js b/www/manager6/dc/Guests.js index df233b6d..c17843e1 100644 --- a/www/manager6/dc/Guests.js +++ b/www/manager6/dc/Guests.js @@ -32,31 +32,40 @@ Ext.define('PVE.dc.Guests', { stopped: 0, template: 0, }, + cls: 'centered-flex-column', tpl: [ '

' + gettext("Virtual Machines") + '

', - '
', - ' ', - gettext('Running'), + '
', + '
', + ' ', + gettext('Running'), + '
', + '
{running}
', '
', - '
{running}

', '', - '
', - ' ', - gettext('Paused'), + '
', + '
', + ' ', + gettext('Paused'), + '
', + '
{paused}
', '
', - '
{paused}

', '', - '
', - ' ', - gettext('Stopped'), - '
', - '
{stopped}

', - '', + '
', '
', - ' ', - gettext('Templates'), + ' ', + gettext('Stopped'), + '
', + '
{stopped}
', + '
', + '', + '
', + '
', + ' ', + gettext('Templates'), + '
', + '
{template}
', '
', - '
{template}
', '
', ], }, @@ -68,31 +77,40 @@ Ext.define('PVE.dc.Guests', { stopped: 0, template: 0, }, + cls: 'centered-flex-column', tpl: [ '

' + gettext("LXC Container") + '

', - '
', - ' ', - gettext('Running'), + '
', + '
', + ' ', + gettext('Running'), + '
', + '
{running}
', '
', - '
{running}

', '', - '
', - ' ', - gettext('Paused'), + '
', + '
', + ' ', + gettext('Paused'), + '
', + '
{paused}
', '
', - '
{paused}

', '', - '
', - ' ', - gettext('Stopped'), - '
', - '
{stopped}

', - '', + '
', '
', - ' ', - gettext('Templates'), + ' ', + gettext('Stopped'), + '
', + '
{stopped}
', + '
', + '', + '
', + '
', + ' ', + gettext('Templates'), + '
', + '
{template}
', '
', - '
{template}
', '
', ], },