diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-19 15:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 15:11:12 +0200 |
commit | 4e513f164ce3e92493ef1b20251487db4909691e (patch) | |
tree | 38c351da6f9d98bbc31c75797ff6a2a1c1b704e9 /applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm | |
parent | f72a0c59156e693bd54d0caeab9a9cb38be37eb7 (diff) | |
parent | e6c9b3746b6d23af331050002103b05fd5862405 (diff) |
Merge pull request #1564 from dibdot/travelmate-17.01
[17.01] luci-app-travelmate: release 1.0.2
Diffstat (limited to 'applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm')
-rw-r--r-- | applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm new file mode 100644 index 0000000000..e7827b5c31 --- /dev/null +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm @@ -0,0 +1,10 @@ +<%# +Copyright 2017-2018 Dirk Brenken (dev@brenken.org) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+cbi/valueheader%> + +<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;color:#0069d6;font-weight:bold;line-height:30px;height:30px;" value="<%=self:cfgvalue(section)%>" disabled="disabled" /> + +<%+cbi/valuefooter%> |