diff options
author | Bryan Sullivan <bs3131@att.com> | 2015-12-14 08:12:49 -0800 |
---|---|---|
committer | Bryan Sullivan <bs3131@att.com> | 2015-12-14 08:12:49 -0800 |
commit | b809db08c62526e1b7721c04c721a4c950827db1 (patch) | |
tree | b6e68be1b32bd8ebc88e4ddaf0d63aba37cec15a /components/congress/test-webapp/www/html/index.html | |
parent | 9eb7ca01065b6b51de65d73dd2d9879fcedc5be7 (diff) |
Add congress field translators and various features
JIRA: COPPER-4
Change-Id: Ib0bf4118ffffee5e0ba368410c69bb7c533f669b
Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components/congress/test-webapp/www/html/index.html')
-rw-r--r-- | components/congress/test-webapp/www/html/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/congress/test-webapp/www/html/index.html b/components/congress/test-webapp/www/html/index.html index a36bcd5..4d0164d 100644 --- a/components/congress/test-webapp/www/html/index.html +++ b/components/congress/test-webapp/www/html/index.html @@ -4,7 +4,7 @@ <title>OPNFV Congress Test</title>
<link rel='stylesheet' type='text/css' href='copper.css'/>
<!--
- Copyright (c) 2015 AT&T Intellectual Property
+ Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@ limitations under the License.
-->
<script type='text/javascript' src='copper.js'></script>
+<script type='text/javascript' src='congress_translators.js'></script>
<meta name='viewport' content='width=device-width, minimum-scale=1.0, initial-scale=1.0 user-scalable=0'/>
</head>
<body>
|