File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
app/components/system-info Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h3>System Info</h3>
9
9
< tbody >
10
10
< tr > < th > Leader:</ th > < td [class.text-success] ="isLeader "> < i class ="fa fa-check-circle " *ngIf ="isLeader "> </ i > </ td > </ tr >
11
11
< tr > < th > Name in cluster:</ th > < td > < span class ="badge badge-primary "> {{nameInCluster}}</ span > </ td > </ tr >
12
- < tr > < th > Cluster members:</ th > < td > < span class ="badge " *ngFor ="let name of namesInCluster " [class.badge-primary] ="name === nameInCluster " [class.badge-secondary ] ="name !== nameInCluster "> {{name}}</ span > </ td > </ tr >
12
+ < tr > < th > Cluster members:</ th > < td > < span class ="badge " *ngFor ="let name of namesInCluster " [class.badge-primary] ="name === nameInCluster " [class.badge-default ] ="name !== nameInCluster "> {{name}}</ span > </ td > </ tr >
13
13
< tr > < th > Ip addresses:</ th > < td > {{ipAddresses}}</ td > </ tr >
14
14
< tr > < th > Attendee data count:</ th > < td > {{attendeeDataCount}}</ td > </ tr >
15
15
</ tbody >
Original file line number Diff line number Diff line change @@ -32,3 +32,19 @@ md-dialog-container.mat-dialog-container {
32
32
.h-15 {
33
33
height : 15% !important ;
34
34
}
35
+
36
+ .ui-keyboard-accept {
37
+ color : white;
38
+ font-weight : bold;
39
+ background : # 5cb85c ;
40
+ }
41
+
42
+ .ui-keyboard-cancel {
43
+ color : white;
44
+ font-weight : bold;
45
+ background : # d9534f ;
46
+ }
47
+
48
+ .ui-keyboard-button {
49
+ margin : 3px ;
50
+ }
You can’t perform that action at this time.
0 commit comments