aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/EthernetcardsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/EthernetcardsController.php')
-rw-r--r--h-source/Application/Controllers/EthernetcardsController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/EthernetcardsController.php b/h-source/Application/Controllers/EthernetcardsController.php
index 74e733c..6df8c4f 100644
--- a/h-source/Application/Controllers/EthernetcardsController.php
+++ b/h-source/Application/Controllers/EthernetcardsController.php
@@ -66,6 +66,9 @@ class EthernetcardsController extends GenericController
$data['intefaceOptions'] = $interfaceOptions;
$data['worksOptions'] = $worksOptions;
$data['worksField'] = $worksField;
+
+ $data['notFoundString'] = "No ethernet devices found";
+
$this->append($data);
}