* Revise config property keys to use URL (not basepath)
* Left menu overlap main content fix
* Extend back-end controllers to return error details
+* Rework screen titles to be top left and modest font size
Version 1.0.3, 28 May 2019
--------------------------
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
}
.admin__header {
- text-align: center;
color: #432c85;
- font-size: 50px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
========================LICENSE_END===================================
-->
<div class="admin__section">
- <h3 class="admin__header">Users</h3>
+ <mat-card-header>
+ <mat-card-title>Users</mat-card-title>
+ </mat-card-header>
<ng2-smart-table [settings]="usersettings" [source]="usersource" (deleteConfirm)="onDeleteUserConfirm($event)">
</ng2-smart-table>
</div>
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
========================LICENSE_END===================================
-->
<div class="anr__section">
- <h3 class="anr__header">ANR xApp Neighbor Cell Relation Table</h3>
-
+ <mat-card-header>
+ <mat-card-title>ANR xApp Neighbor Cell Relation Table</mat-card-title>
+ </mat-card-header>
<mat-form-field class="input-width">
<mat-label>GgNodeB</mat-label>
<!-- use a native selection widget -->
<mat-header-cell *matHeaderCellDef mat-sort-header>Neighbor Cell NRPCI</mat-header-cell>
<mat-cell *matCellDef="let ncr">{{ncr.neighborCellNrpci}}</mat-cell>
</ng-container>
-
+
<ng-container matColumnDef="neighborCellNrcgi">
<mat-header-cell *matHeaderCellDef mat-sort-header>Neighbor Cell NRCGI</mat-header-cell>
<mat-cell *matCellDef="let ncr">{{ncr.neighborCellNrcgi}}</mat-cell>
}
.anr__header {
- text-align: center;
color: #432c85;
- font-size: 50px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
}
.catalog__header {
- text-align: center;
color: #432c85;
- font-size: 50px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);
========================LICENSE_END===================================
-->
<div class="catalog__section">
- <h3 class="catalog__header">xApp Catalog</h3>
+ <mat-card-header>
+ <mat-card-title>xApp Catalog</mat-card-title>
+ </mat-card-header>
<div class="spinner-container" *ngIf="dataSource.loading$ | async">
<mat-spinner></mat-spinner>
</div>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
}
.control__header {
- text-align: center;
color: #432c85;
- font-size: 50px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);
}
.control-table {
- width: 99%;
+ width: 99%;
min-height: 150px;
margin-top: 10px;
background-color: transparent;
========================LICENSE_END===================================
-->
<div class="control__section">
- <h3 class="control__header">xApp Control</h3>
+ <mat-card-header>
+ <mat-card-title>xApp Control</mat-card-title>
+ </mat-card-header>
<div class="spinner-container" *ngIf="dataSource.loading$ | async">
<mat-spinner></mat-spinner>
</div>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
========================LICENSE_END===================================
-->
<div class="ranconnect__section">
- <h3 class="ranconnect__header">RAN Connections</h3>
-
+ <mat-card-header>
+ <mat-card-title>RAN Connections</mat-card-title>
+ </mat-card-header>
<button mat-raised-button (click)="setupRANConnection()">Setup Connection..</button>
<button mat-raised-button color="warn" class="disconnect-all-button"
(click)="disconnectAllRANConnections()">Disconnect All</button>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
}
.ranconnect__header {
- text-align: center;
color: #432c85;
- font-size: 50px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
========================LICENSE_END===================================
-->
<div class="stats__section">
-
- <h3 class="stats__header">Platform stats</h3>
-
+ <mat-card-header>
+ <mat-card-title>Platform stats</mat-card-title>
+ </mat-card-header>
<mat-card class="bar-chart-card">
<mat-card-header>
<mat-card-title>RIC Total Load</mat-card-title>
</mat-card>
<mat-divider></mat-divider>
<mat-tab-group>
- <mat-tab label="Pendulum xApp">
+ <mat-tab label="Pendulum xApp">
<mat-grid-list cols="3" rowHeight="3:2">
<mat-grid-tile>
<mat-card>
</mat-grid-list>
</mat-tab>
- <mat-tab label="Reporting xApp">
+ <mat-tab label="Reporting xApp">
<mat-grid-list cols="3" rowHeight="3:2">
<mat-grid-tile>
</mat-grid-tile>
</mat-grid-list>
-
+
</mat-tab>
</mat-tab-group>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
}
.stats__header {
- text-align: center;
color: #432c85;
- font-size: 40px;
+ font-size: 35px;
font-weight: 200;
letter-spacing: .1em;
transform: translate(149 56);