From 457685063fd4b960441e482cc8b88fa8c972a7d2 Mon Sep 17 00:00:00 2001 From: Nicholas Soteropoulos Date: Mon, 14 Sep 2020 17:19:10 -0400 Subject: Fix mod ui build issues Change-Id: I4d002645240852a3a5f1964d9ffa2cac11c45b47 Signed-off-by: Nicholas Soteropoulos Issue-ID: DCAEGEN2-2317 Signed-off-by: Nicholas Soteropoulos --- .../app/ms-add-change/ms-add-change.component.html | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 mod2/ui/src/app/ms-add-change/ms-add-change.component.html (limited to 'mod2/ui/src/app/ms-add-change/ms-add-change.component.html') diff --git a/mod2/ui/src/app/ms-add-change/ms-add-change.component.html b/mod2/ui/src/app/ms-add-change/ms-add-change.component.html new file mode 100644 index 0000000..2fd19d7 --- /dev/null +++ b/mod2/ui/src/app/ms-add-change/ms-add-change.component.html @@ -0,0 +1,109 @@ + + + + + + + + +
+ +
+ + +
+ +
+ + + + + +
+ Format: lowercase alphanumeric with embedded dashes (5-50 characters) +
+ +
+ MS Tag cannot exceed 50 chars +
+
+ +
+ + + +
+ Format: lowercase alpha with embedded dashes +
+ +
+ Warning! Only Global Site short names can exceed 12 chars (max 25) +
+ +
+ Global Site short names cannot exceed 25 chars +
+
+ +
+ + +
+ + +
+ + + +
+ Format: lowercase alphanumeric with embedded dashes +
+
+ +
+ + +
+ (Separate labels with a space) + +
+ + +
+ +
+ + +
+
+ +
-- cgit 1.2.3-korg