Ver código fonte

snapshot jobs

andre 4 anos atrás
pai
commit
8678bbee4e
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      app/UI/Snapshot/Pages/JobRawDataTable.php
  2. 1 0
      langs/german.php

+ 1 - 0
app/UI/Snapshot/Pages/JobRawDataTable.php

@@ -41,6 +41,7 @@ class JobRawDataTable extends RawDataTable implements ClientArea, AdminArea
 
     protected $id = 'jobDataTable';
     protected $title = 'jobDataTable';
+    protected $name = 'jobDataTable';
 
     public function initContent()
     {

+ 1 - 0
langs/german.php

@@ -1532,6 +1532,7 @@ $_LANG['The snapshots have been deleted successfully'] = 'Die ausgewählten Snap
 
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['snapshotTabName']['snapshotDataTableTitle'] = 'Snapshots';
 $_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['snapshotTabName']['jobDataTable'] = 'Snapshots Jobs';
+$_LANG['serverCA']['vm']['mainContainer']['tabsWidget']['snapshotTabName']['jobDataTable']['createButton']['button']['createButton'] = 'Snapshot Auftrag erstellen';
 
 /**********************************************************************************************************************
  *                                                 VM Backups                                          *