aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorGangarajula, Uday Bhasker (ug0221) <ug0221@att.com>2018-03-27 16:51:48 -0400
committerGangarajula, Uday Bhasker (ug0221) <ug0221@att.com>2018-03-27 17:48:54 -0400
commitebec20faa45e710f52ee0f29eccd05adec35762e (patch)
treeff5ba88c7659f72e2f60194934f671ae12964a3a /src/index.html
parentb694d95b5143e63afa03b64287f3046a2951e64a (diff)
Resolved the issues with configscaleout
Issue-ID: APPC-707 Change-Id: Ie618635618333da7d548ff5a0fe711cc34076f62 Signed-off-by: Gangarajula, Uday Bhasker (ug0221) <ug0221@att.com>
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html
index 0bdd78c..8c4ffe3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -17,15 +17,15 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
============LICENSE_END============================================
-->
<!doctype html>
<html lang="en">
+
<head>
<meta charset="utf-8">
- <title>APPC Self Service Design Tool</title>
+ <title>APPC Self Service Controller Design Tool</title>
<base href="./index.html">
@@ -33,7 +33,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
+
<body>
-<app-root></app-root>
+ <app-root></app-root>
</body>
+
</html>