Clean up minor whitespace problems 02/2002/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 11 Dec 2019 15:37:51 +0000 (10:37 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 11 Dec 2019 16:56:24 +0000 (11:56 -0500)
Change-Id: Ia6622c83ec5ed5659d9ff95402b312db68ff0d79
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
docs/config-deploy.rst
docs/developer-guide.rst
webapp-frontend/src/app/app-configuration/app-configuration.component.scss
webapp-frontend/src/app/caas-ingress/caas-ingress.component.spec.ts
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss
webapp-frontend/src/app/rd.component.scss
webapp-frontend/src/styles.scss

index f02cbbd..bdadbe1 100644 (file)
@@ -176,7 +176,7 @@ like
 
 ``ecomp_rest_url``
 
-Portal REST URL that is reachable by the Dashboard back-end. 
+Portal REST URL that is reachable by the Dashboard back-end.
 This is a value like ``http://portal-app.onap:8989/ONAPPORTAL/auxapi``
 
 ``portal.api.impl.class``
index 7061716..b0c71a7 100644 (file)
@@ -23,7 +23,7 @@ After cloning the repository, initialize and update all git submodules like this
 
     git submodule init
     git submodule update
-    
+
 Check the submodule status at any time like this::
 
     git submodule status
@@ -84,7 +84,7 @@ Production user authentication
 
 The server uses the ONAP Portal's "EPSDK-FW" library to support a
 single-sign-on (SSO) feature, which requires users to authenticate
-at the ONAP Portal UI. The RIC Dashboard can be on-boarded as an 
+at the ONAP Portal UI. The RIC Dashboard can be on-boarded as an
 application on the ONAP Portal using its application on-boarding UI.
 
 The server authenticates requests using cookies that are set
index 5186c3f..d790920 100644 (file)
@@ -43,6 +43,6 @@ mat-spinner {
   display: none;
 }
 
-.mat-form-field-wrapper{               
+.mat-form-field-wrapper{
   margin-right:10px
 }
\ No newline at end of file
index 08e6d12..c1b0a98 100644 (file)
@@ -18,7 +18,7 @@
  * ========================LICENSE_END===================================
  */
 
- import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 
 import { CaasIngressComponent } from './caas-ingress.component';
 
index 19c13b5..4a49487 100644 (file)
   position: relative;
 }
 
-/*
-================
-    Header
-================
-*/
+/* Header */
 mat-sidenav-container, mat-sidenav-content, mat-sidenav {
     height: 100%;
 }
@@ -43,10 +39,7 @@ main {
     padding: 10px;
 }
 
-/*
-    Slide Menu
-= = = = = = = = =
-*/
+/* Slide Menu */
 .side-menu__dark {
   color: white;
   background: gray;
@@ -348,11 +341,7 @@ mat-drawer-content {
   transition: opacity 300ms linear;
 }
 
-/*
-================-
-    Footer
-================
-*/
+/* Footer */
 .main__footer {
   background: transparent;
   z-index: 100;
index c74cf88..e76ad1c 100644 (file)
@@ -23,7 +23,7 @@
 @import './styles/dark-theme';
 
 /* for sidenav to take a whole page */
-html, body { 
+html, body {
     margin: 0;
     height: 100%;
     font-family: Helvetica, Arial, sans-serif;