Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
08a2e91917

+ 2 - 1
app/UI/Network/Pages/NetworkQemuDataTable.php

@@ -36,7 +36,8 @@ class NetworkQemuDataTable extends DataTable implements ClientArea
     use ProductService;
     use ApiService;
     protected $id = 'networkDataTable';
-    protected $title = 'networkQemuDataTable';
+    protected $name = 'networkQemuDataTable';
+    protected $title = 'networkQemuDataTableTitle';
 
     public function initContent()
     {

+ 2 - 1
app/UI/VirtualInterface/Pages/VirtualInterfaceDataTable.php

@@ -42,7 +42,8 @@ class VirtualInterfaceDataTable extends DataTable implements ClientArea
     use ApiService;
 
     protected $id = 'virtualInterfaceDataTable';
-    protected $title = 'virtualInterfaceDataTable';
+    protected $name = 'virtualInterfaceDataTable';
+    protected $title = 'virtualInterfaceDataTableTitle';
 
     public function initContent()
     {