From: Sawyer Bergeron Date: Mon, 17 Jun 2019 16:49:07 +0000 (-0400) Subject: Limit network name length to same as models X-Git-Tag: 2.0.99~96 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=070fa3c7761cb5f3fe7291728aaa1195b7d5432b;p=laas.git 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 --- diff --git a/src/templates/resource/steps/pod_definition.html b/src/templates/resource/steps/pod_definition.html index 2cb6257..f8aaa74 100644 --- a/src/templates/resource/steps/pod_definition.html +++ b/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 += '
';