diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
commit | 2265bb4dc27965da3dce7e3f476366b7d1e911f3 (patch) | |
tree | fc3731ce4f1625b2a20a71c77db2e4fe3992657d /interface-definitions/service-monitoring-telegraf.xml.in | |
parent | 15922541cef35956107e0b32ee952fee05928dbd (diff) | |
download | vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.tar.gz vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.zip |
xml: include building block file name should end with .i and not .in
Diffstat (limited to 'interface-definitions/service-monitoring-telegraf.xml.in')
-rw-r--r-- | interface-definitions/service-monitoring-telegraf.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/service-monitoring-telegraf.xml.in b/interface-definitions/service-monitoring-telegraf.xml.in index 5ba932400..ae0bae900 100644 --- a/interface-definitions/service-monitoring-telegraf.xml.in +++ b/interface-definitions/service-monitoring-telegraf.xml.in @@ -74,7 +74,7 @@ <properties> <help>Application client id</help> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.in> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> <constraintErrorMessage>Client-id is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> @@ -83,7 +83,7 @@ <properties> <help>Application client secret</help> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.in> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> <constraintErrorMessage>Client-secret is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> @@ -92,7 +92,7 @@ <properties> <help>Set tenant id</help> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.in> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> <constraintErrorMessage>Tenant-id is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> @@ -107,7 +107,7 @@ <description>Remote database name</description> </valueHelp> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.in> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> <constraintErrorMessage>Database is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> @@ -140,7 +140,7 @@ <description>Table name</description> </valueHelp> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.in> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> </constraint> <constraintErrorMessage>Table is limited to alphanumerical characters and can contain hyphen and underscores</constraintErrorMessage> </properties> |