diff options
author | 2018-03-27 16:51:48 -0400 | |
---|---|---|
committer | 2018-03-27 17:48:54 -0400 | |
commit | ebec20faa45e710f52ee0f29eccd05adec35762e (patch) | |
tree | ff5ba88c7659f72e2f60194934f671ae12964a3a /src/app/home | |
parent | b694d95b5143e63afa03b64287f3046a2951e64a (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/app/home')
-rw-r--r-- | src/app/home/home/home.component.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/app/home/home/home.component.html b/src/app/home/home/home.component.html index 728f2ab..dd06f29 100644 --- a/src/app/home/home/home.component.html +++ b/src/app/home/home/home.component.html @@ -17,21 +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============================================ --> <div class="android-more-section"> - <div class="android-section-title mdl-typography--display-1-color-contrast">WELCOME TO APPC SELF SERVICE - CONFIGURATION DESIGN TOOL + <div class="android-section-title mdl-typography--display-1-color-contrast">WELCOME TO APPC SELF SERVICE CONTROLLER DESIGN TOOL </div> <div class="mdl-card__title"> - <h4 class="mdl-card__title-text">The Application Configuration (AppC) Configuration Design Tool allows - technology owners to create artifacts for Configuration and Life Cycle Management - functions that are required to manage the lifecycle of Virtual Network Functions (VNFs).<br> Select My VNFS - to enter credentials and view existing - designs or create new ones. + <h4 class="mdl-card__title-text">The Application Configuration (AppC) Configuration Design Tool allows technology owners to create artifacts for Configuration and Life Cycle Management functions that are required to manage the lifecycle of Virtual Network Functions (VNFs).<br> Select My VNFS to enter credentials and view existing designs or create new ones. </h4> </div> -</div>
\ No newline at end of file +</div> |