From 02e6d84590dac42d3157f563faa248acdb6503df Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Mon, 17 Jun 2019 12:49:07 -0400 Subject: Limit network name length to same as models the network definition step now limits the length of the name given to 100 characters, the same as the Network model allows Change-Id: Ib05d49456eef9d5201212ba05ccd3ec62c16ad10 Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/resource/steps/pod_definition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/src') diff --git a/dashboard/src/templates/resource/steps/pod_definition.html b/dashboard/src/templates/resource/steps/pod_definition.html index 2cb6257..f8aaa74 100644 --- a/dashboard/src/templates/resource/steps/pod_definition.html +++ b/dashboard/src/templates/resource/steps/pod_definition.html @@ -206,7 +206,7 @@ function deleteCell(cellId) { } function newNetworkWindow() { - var innerHtml = 'Name:
'; + var innerHtml = 'Name:
'; innerHtml += ''; innerHtml += '
'; innerHtml += '
'; -- cgit 1.2.3-korg