diff options
author | Simon Rettberg | 2017-07-06 13:12:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-07-06 13:12:21 +0200 |
commit | 03997075bec3a0fd436c881a748b108acc7a98fd (patch) | |
tree | 2f17dc7ccebadad9cf8b60fd856b6603a1078f47 /modules-available/locationinfo/hooks | |
parent | [runmode] New module for managing special boot modes of clients (diff) | |
download | slx-admin-03997075bec3a0fd436c881a748b108acc7a98fd.tar.gz slx-admin-03997075bec3a0fd436c881a748b108acc7a98fd.tar.xz slx-admin-03997075bec3a0fd436c881a748b108acc7a98fd.zip |
[locationinfo] Support runmode module
Diffstat (limited to 'modules-available/locationinfo/hooks')
-rw-r--r-- | modules-available/locationinfo/hooks/runmode/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules-available/locationinfo/hooks/runmode/config.json b/modules-available/locationinfo/hooks/runmode/config.json new file mode 100644 index 00000000..8c1ebad8 --- /dev/null +++ b/modules-available/locationinfo/hooks/runmode/config.json @@ -0,0 +1,4 @@ +{ + "getModeName": "LocationInfo::getPanelName", + "isClient": false +}
\ No newline at end of file |