summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-16 13:24:05 +0200
committerSimon Rettberg2019-04-16 13:24:05 +0200
commit3e11e9daa05397ab80b46a48f9f8f49d003beeaf (patch)
tree45123e17cf18774c5828066fde1b5a13062ddb3e /modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
parent[serversetup-bwlp-ipxe] Change color scheme a bit (diff)
downloadslx-admin-3e11e9daa05397ab80b46a48f9f8f49d003beeaf.tar.gz
slx-admin-3e11e9daa05397ab80b46a48f9f8f49d003beeaf.tar.xz
slx-admin-3e11e9daa05397ab80b46a48f9f8f49d003beeaf.zip
[serversetup-bwlp-ipxe] Show parent menu in location assign dialog
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
index f437c447..a58f4d10 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
@@ -71,6 +71,11 @@ class IPxeMenu
return $str;
}
+ public function title()
+ {
+ return $this->title;
+ }
+
public function timeoutMs()
{
return $this->timeoutMs;