|
1 | 1 | <div layout="row" layout-sm="column" layout-xs="column"> |
2 | | -<div flex-gt-sm="33"> |
3 | | - <div ng-controller="KafkaConnectListCtrl" ng-include="'src/kafka-connect/list/list-connectors.html'"></div> |
4 | | -</div> |
5 | | -<div flex-gt-sm="66" flex> |
6 | | - <md-card ng-hide="connectionFailure || rebalancing"> |
| 2 | + <div flex-gt-sm="33"> |
| 3 | + <div ng-controller="KafkaConnectListCtrl" ng-include="'src/kafka-connect/list/list-connectors.html'"></div> |
| 4 | + </div> |
| 5 | + <div flex-gt-sm="66" flex> |
| 6 | + <md-card ng-hide="connectionFailure || rebalancing"> |
7 | 7 |
|
8 | | - <div layout="row" layout-xs="column"> |
9 | | - <h1 flex style="font-weight:300; padding-left:20px; margin-bottom:0px">{{welcomeMessage}} <span ng-show="clusters.length > 1">- {{cluster}}</span></h1> |
10 | | - <md-button flex="20" style="margin-left:10px; margin-top:20px;" |
11 | | - ng-href="#/cluster/{{cluster}}/export-configs"> |
12 | | - <i class="fa fa-download" aria-hidden="true"></i> Export config |
13 | | - </md-button> |
14 | | - </div> |
15 | | - <hr style="margin-left:0px; margin-right:0px; background-color:#E0E0E0;border: 0; |
| 8 | + <div layout="row" layout-xs="column"> |
| 9 | + <h1 flex style="font-weight:300; padding-left:20px; margin-bottom:0px">{{welcomeMessage}} <span ng-show="clusters.length > 1">- {{cluster}}</span></h1> |
| 10 | + <md-button flex="20" style="margin-left:10px; margin-top:20px;" |
| 11 | + ng-href="#/cluster/{{cluster}}/export-configs"> |
| 12 | + <i class="fa fa-download" aria-hidden="true"></i> Export config |
| 13 | + </md-button> |
| 14 | + </div> |
| 15 | + <hr style="margin-left:0px; margin-right:0px; background-color:#E0E0E0;border: 0; |
16 | 16 | height: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);" size="1"> |
17 | 17 |
|
18 | 18 |
|
19 | | - <md-card-content> |
20 | | - <div layout="row" layout-xs="column"> |
21 | | - <div flex> |
22 | | - <md-card style="background-color: #4f6672; color: #fff; "> |
23 | | - <md-card-title style="padding-bottom:5px;"> |
24 | | - <md-card-title-text> |
25 | | - <span class="md-headline tile-heading ">SINK CONNECTORS</span> |
26 | | - </md-card-title-text> |
27 | | - </md-card-title> |
28 | | - <md-card-content> |
29 | | - <div layout="row" layout-xs="column" layout-wrap> |
30 | | - <div flex> |
31 | | - <p class="bigTotal">{{sinks.length}}</p> |
| 19 | + <md-card-content> |
| 20 | + <div layout="row" layout-xs="column"> |
| 21 | + <div flex> |
| 22 | + <md-card style="background-color: #4f6672; color: #fff; "> |
| 23 | + <md-card-title style="padding-bottom:5px;"> |
| 24 | + <md-card-title-text> |
| 25 | + <span class="md-headline tile-heading ">SINK CONNECTORS</span> |
| 26 | + </md-card-title-text> |
| 27 | + </md-card-title> |
| 28 | + <md-card-content> |
| 29 | + <div layout="row" layout-xs="column" layout-wrap> |
| 30 | + <div flex> |
| 31 | + <p class="bigTotal">{{sinks.length}}</p> |
| 32 | + </div> |
32 | 33 | </div> |
33 | | - </div> |
34 | | - </md-card-content> |
35 | | - </md-card> |
36 | | - </div> |
37 | | - <div flex> |
38 | | - <md-card style="background-color: #4f6672; color: #fff; "> |
39 | | - <md-card-title style="padding-bottom:5px;"> |
40 | | - <md-card-title-text> |
41 | | - <span class="md-headline tile-heading ">SOURCE CONNECTORS</span> |
42 | | - </md-card-title-text> |
43 | | - </md-card-title> |
44 | | - <md-card-content> |
45 | | - <div layout="row" layout-xs="column" layout-wrap> |
46 | | - <div flex> |
47 | | - <p class="bigTotal">{{sources.length}}</p> |
| 34 | + </md-card-content> |
| 35 | + </md-card> |
| 36 | + </div> |
| 37 | + <div flex> |
| 38 | + <md-card style="background-color: #4f6672; color: #fff; "> |
| 39 | + <md-card-title style="padding-bottom:5px;"> |
| 40 | + <md-card-title-text> |
| 41 | + <span class="md-headline tile-heading ">SOURCE CONNECTORS</span> |
| 42 | + </md-card-title-text> |
| 43 | + </md-card-title> |
| 44 | + <md-card-content> |
| 45 | + <div layout="row" layout-xs="column" layout-wrap> |
| 46 | + <div flex> |
| 47 | + <p class="bigTotal">{{sources.length}}</p> |
| 48 | + </div> |
48 | 49 | </div> |
49 | | - </div> |
50 | | - </md-card-content> |
51 | | - </md-card> |
52 | | - </div> |
53 | | - <div flex> |
54 | | - <md-card style="background-color: #4f6672; color: #fff; "> |
55 | | - <md-card-title style="padding-bottom:5px;"> |
56 | | - <md-card-title-text> |
57 | | - <span class="md-headline tile-heading ">TOPICS used by connectors</span> |
58 | | - </md-card-title-text> |
59 | | - </md-card-title> |
60 | | - <md-card-content> |
61 | | - <div layout="row" layout-xs="column" layout-wrap> |
62 | | - <div flex> |
63 | | - <p class="bigTotal">{{allTopics.unique().length}}</p> |
| 50 | + </md-card-content> |
| 51 | + </md-card> |
| 52 | + </div> |
| 53 | + <div flex> |
| 54 | + <md-card style="background-color: #4f6672; color: #fff; "> |
| 55 | + <md-card-title style="padding-bottom:5px;"> |
| 56 | + <md-card-title-text> |
| 57 | + <span class="md-headline tile-heading ">TOPICS used by connectors</span> |
| 58 | + </md-card-title-text> |
| 59 | + </md-card-title> |
| 60 | + <md-card-content> |
| 61 | + <div layout="row" layout-xs="column" layout-wrap> |
| 62 | + <div flex> |
| 63 | + <p class="bigTotal">{{allTopics.unique().length}}</p> |
| 64 | + </div> |
64 | 65 | </div> |
65 | | - </div> |
66 | | - </md-card-content> |
67 | | - </md-card> |
68 | | - </div> |
69 | | - <div flex ng-hide="true"> |
70 | | - <md-card style="background-color: #2196F3; color: #fff; "> |
71 | | - <md-card-title style="padding-bottom:5px;"> |
72 | | - <md-card-title-text> |
73 | | - <span class="md-headline tile-heading ">TOPICS total</span> |
74 | | - </md-card-title-text> |
75 | | - </md-card-title> |
76 | | - <md-card-content> |
77 | | - <div layout="row" layout-xs="column" layout-wrap> |
78 | | - <div flex> |
79 | | - <p class="bigTotal">{{allTopics.unique().length}}</p> |
| 66 | + </md-card-content> |
| 67 | + </md-card> |
| 68 | + </div> |
| 69 | + <div flex ng-hide="true"> |
| 70 | + <md-card style="background-color: #2196F3; color: #fff; "> |
| 71 | + <md-card-title style="padding-bottom:5px;"> |
| 72 | + <md-card-title-text> |
| 73 | + <span class="md-headline tile-heading ">TOPICS total</span> |
| 74 | + </md-card-title-text> |
| 75 | + </md-card-title> |
| 76 | + <md-card-content> |
| 77 | + <div layout="row" layout-xs="column" layout-wrap> |
| 78 | + <div flex> |
| 79 | + <p class="bigTotal">{{allTopics.unique().length}}</p> |
| 80 | + </div> |
80 | 81 | </div> |
81 | | - </div> |
82 | | - </md-card-content> |
83 | | - </md-card> |
| 82 | + </md-card-content> |
| 83 | + </md-card> |
| 84 | + </div> |
84 | 85 | </div> |
85 | | - </div> |
86 | | - </md-card-content> |
| 86 | + </md-card-content> |
87 | 87 |
|
88 | | - <hr style="margin-left:0px; margin-right:0px; background-color:#E0E0E0;border: 0; |
| 88 | + <hr style="margin-left:0px; margin-right:0px; background-color:#E0E0E0;border: 0; |
89 | 89 | height: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);" size="1"> |
90 | 90 |
|
91 | | - <md-card-content> |
92 | | - <h2 flex style="font-weight:300;">Connect topology</h2> |
| 91 | + <md-card-content> |
| 92 | + <h2 flex style="font-weight:300;">Connect topology</h2> |
93 | 93 |
|
94 | | - <div flex="100" google-chart chart="chartObject" style="width: 100%;height:{{chartHeight}}px;border:1px solid white;"></div> |
95 | | - </md-card-content> |
96 | | - </md-card> |
97 | | -</div> |
| 94 | + <div flex="100" google-chart chart="chartObject" style="width: 100%;height:{{chartHeight}}px;border:1px solid white;"></div> |
| 95 | + </md-card-content> |
| 96 | + </md-card> |
| 97 | + </div> |
98 | 98 | </div> |
99 | 99 |
|
100 | 100 |
|
0 commit comments