diff --git a/changelog/15852.txt b/changelog/15852.txt new file mode 100644 index 0000000000..8ed97dcc30 --- /dev/null +++ b/changelog/15852.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Changed the tokenBoundCidrs tooltip content to clarify that comma separated values are not accepted in this field. +``` \ No newline at end of file diff --git a/ui/lib/core/addon/components/form-field.hbs b/ui/lib/core/addon/components/form-field.hbs index 161354cc60..a877a6269d 100644 --- a/ui/lib/core/addon/components/form-field.hbs +++ b/ui/lib/core/addon/components/form-field.hbs @@ -196,12 +196,13 @@ {{else if (eq @attr.options.editType "stringArray")}} {{else if (eq @attr.options.sensitive true)}} {{! Masked Input }} diff --git a/ui/lib/core/addon/components/string-list.hbs b/ui/lib/core/addon/components/string-list.hbs new file mode 100644 index 0000000000..5ad86eb5cb --- /dev/null +++ b/ui/lib/core/addon/components/string-list.hbs @@ -0,0 +1,56 @@ +
+ {{#if @label}} + + {{/if}} + {{#if @warning}} + + {{/if}} + {{#each this.inputList as |data index|}} +
+
+