From: Lott, Christopher (cl778h) Date: Wed, 11 Dec 2019 15:37:51 +0000 (-0500) Subject: Clean up minor whitespace problems X-Git-Tag: 2.0.0~14 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5594b03f1ff0e01627b4bbd9fbc7bb27529afe4c;p=portal%2Fric-dashboard.git Clean up minor whitespace problems Change-Id: Ia6622c83ec5ed5659d9ff95402b312db68ff0d79 Signed-off-by: Lott, Christopher (cl778h) --- diff --git a/docs/config-deploy.rst b/docs/config-deploy.rst index f02cbbd5..bdadbe13 100644 --- a/docs/config-deploy.rst +++ b/docs/config-deploy.rst @@ -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`` diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 7061716b..b0c71a7f 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -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 diff --git a/webapp-frontend/src/app/app-configuration/app-configuration.component.scss b/webapp-frontend/src/app/app-configuration/app-configuration.component.scss index 5186c3fe..d7909209 100644 --- a/webapp-frontend/src/app/app-configuration/app-configuration.component.scss +++ b/webapp-frontend/src/app/app-configuration/app-configuration.component.scss @@ -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 diff --git a/webapp-frontend/src/app/caas-ingress/caas-ingress.component.spec.ts b/webapp-frontend/src/app/caas-ingress/caas-ingress.component.spec.ts index 08e6d128..c1b0a980 100644 --- a/webapp-frontend/src/app/caas-ingress/caas-ingress.component.spec.ts +++ b/webapp-frontend/src/app/caas-ingress/caas-ingress.component.spec.ts @@ -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'; diff --git a/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss b/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss index 72c724e9..18182644 100644 --- a/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss +++ b/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss @@ -29,7 +29,7 @@ a { a:hover, a:active{ color: lightgray; } - + .nav-caption{ display: inline-block; padding-left: 6px; diff --git a/webapp-frontend/src/app/rd.component.scss b/webapp-frontend/src/app/rd.component.scss index 19c13b58..4a494879 100644 --- a/webapp-frontend/src/app/rd.component.scss +++ b/webapp-frontend/src/app/rd.component.scss @@ -26,11 +26,7 @@ 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; diff --git a/webapp-frontend/src/styles.scss b/webapp-frontend/src/styles.scss index c74cf88c..e76ad1c1 100644 --- a/webapp-frontend/src/styles.scss +++ b/webapp-frontend/src/styles.scss @@ -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;