Browse Source

try to add overview to sidbar

andre 4 years ago
parent
commit
f2dd3b7057
3 changed files with 3 additions and 1 deletions
  1. 1 1
      app/Config/sidebars.yml
  2. 1 0
      langs/english.php
  3. 1 0
      langs/german.php

+ 1 - 1
app/Config/sidebars.yml

@@ -3,7 +3,7 @@ Service Details Overview:
    uri: 'clientarea.php?action=productdetails&id={$hostingId}&modop=custom&a=management&mg-page=customTemplate'
    uri: 'clientarea.php?action=productdetails&id={$hostingId}&modop=custom&a=management&mg-page=customTemplate'
    order: 801
    order: 801
 virtualMachinesProxmoxCloudVps:
 virtualMachinesProxmoxCloudVps:
-  VM-Liste:
+  list:
     uir: 'clientarea.php?action=productdetails&id={$hostingId}'
     uir: 'clientarea.php?action=productdetails&id={$hostingId}'
     order: 701
     order: 701
   vmcreate:
   vmcreate:

+ 1 - 0
langs/english.php

@@ -1007,6 +1007,7 @@ $_LANG['User account does not exist. Please, create an account firstly.'] = 'Use
 $_LANG['Server has been updated'] = 'Server has been updated';
 $_LANG['Server has been updated'] = 'Server has been updated';
 //sidebar
 //sidebar
 $_LANG['virtualMachinesProxmoxCloudVps'] = 'Virtual Machines';
 $_LANG['virtualMachinesProxmoxCloudVps'] = 'Virtual Machines';
+$_LANG['vmlist'] = 'VM Overview';
 $_LANG['vmcreate'] = 'Add New Virtual Machine';
 $_LANG['vmcreate'] = 'Add New Virtual Machine';
 $_LANG['customTemplate']= 'Templates';
 $_LANG['customTemplate']= 'Templates';
 /**********************************************************************************************************************
 /**********************************************************************************************************************

+ 1 - 0
langs/german.php

@@ -999,6 +999,7 @@ $_LANG['User account does not exist. Please, create an account firstly.'] = 'Ben
 $_LANG['Server has been updated'] = 'Server wurde aktualisiert';
 $_LANG['Server has been updated'] = 'Server wurde aktualisiert';
 //sidebar
 //sidebar
 $_LANG['virtualMachinesProxmoxCloudVps'] = 'Virtual Machines';
 $_LANG['virtualMachinesProxmoxCloudVps'] = 'Virtual Machines';
+$_LANG['vmlist'] = 'VM Übersicht';
 $_LANG['vmcreate'] = 'Neue VM erstellen';
 $_LANG['vmcreate'] = 'Neue VM erstellen';
 $_LANG['customTemplate']= 'Templates';
 $_LANG['customTemplate']= 'Templates';
 /**********************************************************************************************************************
 /**********************************************************************************************************************