summaryrefslogtreecommitdiff
path: root/interface-definitions/system-time-zone.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/system-time-zone.xml.in')
-rw-r--r--interface-definitions/system-time-zone.xml.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/interface-definitions/system-time-zone.xml.in b/interface-definitions/system-time-zone.xml.in
deleted file mode 100644
index f6b291984..000000000
--- a/interface-definitions/system-time-zone.xml.in
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="system">
- <children>
- <leafNode name="time-zone" owner="${vyos_conf_scripts_dir}/system-timezone.py">
- <properties>
- <help>Local time zone (default UTC)</help>
- <priority>100</priority>
- <completionHelp>
- <script>timedatectl list-timezones</script>
- </completionHelp>
- <constraint>
- <validator name="timezone" argument="--validate"/>
- </constraint>
- </properties>
- </leafNode>
- </children>
- </node>
-</interfaceDefinition>