patternfly-sass 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +7 -0
- data/README.md +1 -0
- data/assets/javascripts/patternfly.js +378 -0
- data/assets/javascripts/patternfly.min.js +1 -1
- data/assets/stylesheets/_patternfly.scss +2 -0
- data/assets/stylesheets/patternfly/_footer.scss +5 -5
- data/assets/stylesheets/patternfly/_layouts.scss +68 -3
- data/assets/stylesheets/patternfly/_navbar-vertical.scss +136 -0
- data/assets/stylesheets/patternfly/_tables.scss +20 -0
- data/assets/stylesheets/patternfly/_variables.scss +94 -31
- data/assets/stylesheets/patternfly/_vertical-nav.scss +428 -0
- data/assets/stylesheets/patternfly/lib/bootstrap-select.scss +7 -7
- data/bower.json +2 -2
- data/lib/patternfly-sass/version.rb +2 -2
- data/spec/html/basic.html +7 -0
- data/spec/html/bootstrap-treeview-2.html +7 -0
- data/spec/html/cards.html +7 -0
- data/spec/html/dashboard.html +7 -0
- data/spec/html/dist/css/patternfly-additions.css +562 -2
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/dist/css/patternfly.css +18 -0
- data/spec/html/dist/css/patternfly.css.map +1 -1
- data/spec/html/dist/css/patternfly.min.css +3 -3
- data/spec/html/dist/css/patternfly.min.css.map +1 -1
- data/spec/html/form.html +7 -0
- data/spec/html/index.html +6 -0
- data/spec/html/layout-alt-fixed-inner-scroll.html +7 -0
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +7 -0
- data/spec/html/layout-alt-fixed-with-footer.html +7 -0
- data/spec/html/layout-alt-fixed.html +7 -0
- data/spec/html/list-view.html +2 -2
- data/spec/html/login.html +8 -0
- data/spec/html/tab.html +7 -0
- data/spec/html/tables.html +127 -0
- data/spec/html/typography-2.html +8 -0
- data/spec/html/vertical-navigation-without-icons.html +960 -0
- data/spec/html/vertical-navigation.html +960 -0
- metadata +8 -2
@@ -0,0 +1,960 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9 layout-pf layout-pf-fixed"><![endif]-->
|
3
|
+
<!--[if gt IE 9]><!-->
|
4
|
+
<html lang="en-us" class="layout-pf layout-pf-fixed">
|
5
|
+
<!--<![endif]-->
|
6
|
+
<head>
|
7
|
+
<title>Vertical Navigation with Persistent Secondary - PatternFly</title>
|
8
|
+
<meta charset="UTF-8">
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
|
+
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
12
|
+
<!-- iPad retina icon -->
|
13
|
+
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
|
14
|
+
<!-- iPad retina icon (iOS < 7) -->
|
15
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
|
16
|
+
<!-- iPad non-retina icon -->
|
17
|
+
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
|
18
|
+
<!-- iPad non-retina icon (iOS < 7) -->
|
19
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
|
20
|
+
<!-- iPhone 6 Plus icon -->
|
21
|
+
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
|
22
|
+
<!-- iPhone retina icon (iOS < 7) -->
|
23
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
24
|
+
<!-- iPhone non-retina icon (iOS < 7) -->
|
25
|
+
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
28
|
+
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
|
29
|
+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
30
|
+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.6.0/jquery.matchHeight-min.js"></script>
|
31
|
+
<script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
|
32
|
+
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
|
33
|
+
<script src="../dist/js/patternfly.min.js"></script>
|
34
|
+
</head>
|
35
|
+
<div class="toast-pf toast-pf-max-width toast-pf-top-right alert alert-warning alert-dismissable">
|
36
|
+
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
|
37
|
+
<span class="pficon pficon-close"></span>
|
38
|
+
</button>
|
39
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
40
|
+
These examples are included for development testing purposes. For official documentation, see <a href="https://www.patternfly.org" class="alert-link">https://www.patternfly.org</a> and <a href="http://getbootstrap.com" class="alert-link">http://getbootstrap.com</a>.
|
41
|
+
</div>
|
42
|
+
|
43
|
+
<body class="cards-pf">
|
44
|
+
<nav class="navbar navbar-pf-vertical">
|
45
|
+
<div class="navbar-header">
|
46
|
+
<button type="button" class="navbar-toggle">
|
47
|
+
<span class="sr-only">Toggle navigation</span>
|
48
|
+
<span class="icon-bar"></span>
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
<span class="icon-bar"></span>
|
51
|
+
</button>
|
52
|
+
<a href="/" class="navbar-brand">
|
53
|
+
<img class="navbar-brand-icon" src="../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
|
54
|
+
</a>
|
55
|
+
</div>
|
56
|
+
<nav class="collapse navbar-collapse">
|
57
|
+
<ul class="nav navbar-nav">
|
58
|
+
<li><a href="#" target="_blank" class="nav-item-iconic nav-item-iconic-new-window"><span title="Launch" class="fa fa-external-link"></span></a></li>
|
59
|
+
</ul>
|
60
|
+
<ul class="nav navbar-nav navbar-right navbar-iconic">
|
61
|
+
<li class="dropdown">
|
62
|
+
<a class="dropdown-toggle nav-item-iconic" id="notifications" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
63
|
+
<span title="Notifications" class="fa pficon-flag"></span>
|
64
|
+
<span class="badge">2</span>
|
65
|
+
</a>
|
66
|
+
<div class="dropdown-menu infotip bottom-right">
|
67
|
+
<div class="arrow"></div>
|
68
|
+
<ul class="list-group">
|
69
|
+
<li class="list-group-item">
|
70
|
+
<span class="i pficon pficon-info"></span> Modified Datasources ExampleDS
|
71
|
+
</li>
|
72
|
+
<li class="list-group-item">
|
73
|
+
<span class="i pficon pficon-info"></span> Error: System Failure
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
<div class="footer">
|
77
|
+
<a>Clear Messages</a>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</li>
|
81
|
+
<li class="dropdown">
|
82
|
+
<a class="dropdown-toggle nav-item-iconic" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
83
|
+
<span title="Help" class="fa pficon-help"></span>
|
84
|
+
<span class="caret"></span>
|
85
|
+
</a>
|
86
|
+
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
|
87
|
+
<li><a href="#">Help</a></li>
|
88
|
+
<li><a href="#">About</a></li>
|
89
|
+
</ul>
|
90
|
+
</li>
|
91
|
+
<li class="dropdown">
|
92
|
+
<a class="dropdown-toggle nav-item-iconic" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
93
|
+
<span title="Username" class="fa pficon-user"></span>
|
94
|
+
<span class="caret"></span>
|
95
|
+
</a>
|
96
|
+
<ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
|
97
|
+
<li><a href="#">Preferences</a></li>
|
98
|
+
<li><a href="#">Logout</a></li>
|
99
|
+
</ul>
|
100
|
+
</li>
|
101
|
+
</ul>
|
102
|
+
</nav>
|
103
|
+
</nav> <!--/.navbar-->
|
104
|
+
|
105
|
+
|
106
|
+
<div class="nav-pf-vertical nav-pf-vertical-with-secondary-nav">
|
107
|
+
|
108
|
+
<ul class="list-group">
|
109
|
+
<li class="list-group-item active">
|
110
|
+
<a href="#">
|
111
|
+
<span class="fa fa-dashboard"></span>
|
112
|
+
<span class="list-group-item-value">Dashboard</span>
|
113
|
+
</a>
|
114
|
+
</li>
|
115
|
+
<li class="list-group-item">
|
116
|
+
<a href="#">
|
117
|
+
<span class="pficon pficon-cluster"></span>
|
118
|
+
<span class="list-group-item-value">Clusters</span>
|
119
|
+
</a>
|
120
|
+
</li>
|
121
|
+
<li class="list-group-item">
|
122
|
+
<a href="#">
|
123
|
+
<span class="pficon pficon-screen"></span>
|
124
|
+
<span class="list-group-item-value">Hosts</span>
|
125
|
+
</a>
|
126
|
+
</li>
|
127
|
+
<li class="list-group-item persistent-secondary" data-target="#storage-secondary">
|
128
|
+
<a href="#">
|
129
|
+
<span class="pficon pficon-container-node"></span>
|
130
|
+
<span class="list-group-item-value">Storage</span>
|
131
|
+
</a>
|
132
|
+
<div id="storage-secondary" class="nav-pf-persistent-secondary">
|
133
|
+
<div class="persistent-secondary-header">
|
134
|
+
<a class="fa fa-arrow-circle-o-left" href="#" data-toggle="collapse-secondary-nav"></a>
|
135
|
+
<span>Storage</span>
|
136
|
+
</div>
|
137
|
+
<h5>File</h5>
|
138
|
+
<ul class="list-group">
|
139
|
+
<li class="list-group-item active">
|
140
|
+
<a href="#">
|
141
|
+
<span class="list-group-item-value">Volumes</span>
|
142
|
+
<div class="badge-container-pf">
|
143
|
+
<div class="badge">
|
144
|
+
<span class="pficon pficon-error-circle-o"></span>
|
145
|
+
<span>1</span>
|
146
|
+
</div>
|
147
|
+
<div class="badge">
|
148
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
149
|
+
<span>3</span>
|
150
|
+
</div>
|
151
|
+
</div>
|
152
|
+
</a>
|
153
|
+
</li>
|
154
|
+
<li class="list-group-item">
|
155
|
+
<a href="#">
|
156
|
+
<span class="list-group-item-value">Bricks</span>
|
157
|
+
<div class="badge-container-pf">
|
158
|
+
<div class="badge">
|
159
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
160
|
+
<span>3</span>
|
161
|
+
</div>
|
162
|
+
<span class="badge">12</span>
|
163
|
+
</div>
|
164
|
+
</a>
|
165
|
+
</li>
|
166
|
+
<li class="list-group-item">
|
167
|
+
<a href="#">
|
168
|
+
<span class="list-group-item-value">Quotas</span>
|
169
|
+
<div class="badge-container-pf">
|
170
|
+
<span class="badge">3</span>
|
171
|
+
</div>
|
172
|
+
</a>
|
173
|
+
</li>
|
174
|
+
<li class="list-group-item">
|
175
|
+
<a href="#">
|
176
|
+
<span class="list-group-item-value">Logical Volumes</span>
|
177
|
+
<div class="badge-container-pf">
|
178
|
+
<div class="badge">
|
179
|
+
<span class="pficon pficon-error-circle-o"></span>
|
180
|
+
<span>1</span>
|
181
|
+
</div>
|
182
|
+
<span class="badge">10</span>
|
183
|
+
</div>
|
184
|
+
</a>
|
185
|
+
</li>
|
186
|
+
</ul>
|
187
|
+
<h5>Object</h5>
|
188
|
+
<ul class="list-group">
|
189
|
+
<li class="list-group-item">
|
190
|
+
<a href="#">
|
191
|
+
<span class="list-group-item-value">Pools</span>
|
192
|
+
<div class="badge-container-pf">
|
193
|
+
<span class="badge">10</span>
|
194
|
+
</div>
|
195
|
+
</a>
|
196
|
+
</li>
|
197
|
+
<li class="list-group-item">
|
198
|
+
<a href="#">
|
199
|
+
<span class="list-group-item-value">OSDs</span>
|
200
|
+
<div class="badge-container-pf">
|
201
|
+
<div class="badge">
|
202
|
+
<span class="pficon pficon-error-circle-o"></span>
|
203
|
+
<span>1</span>
|
204
|
+
</div>
|
205
|
+
<div class="badge">
|
206
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
207
|
+
<span>3</span>
|
208
|
+
</div>
|
209
|
+
</div>
|
210
|
+
</a>
|
211
|
+
</li>
|
212
|
+
</ul>
|
213
|
+
<h5>Block</h5>
|
214
|
+
<ul class="list-group">
|
215
|
+
<li class="list-group-item">
|
216
|
+
<a href="#">
|
217
|
+
<span class="list-group-item-value">RBDs</span>
|
218
|
+
<div class="badge-container-pf">
|
219
|
+
<div class="badge">
|
220
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
221
|
+
<span>2</span>
|
222
|
+
</div>
|
223
|
+
<span class="badge">14</span>
|
224
|
+
</div>
|
225
|
+
</a>
|
226
|
+
</li>
|
227
|
+
<li class="list-group-item">
|
228
|
+
<a href="#">
|
229
|
+
<span class="list-group-item-value">Quotas</span>
|
230
|
+
<div class="badge-container-pf">
|
231
|
+
<span class="badge">0</span>
|
232
|
+
</div>
|
233
|
+
</a>
|
234
|
+
</li>
|
235
|
+
<li class="list-group-item">
|
236
|
+
<a href="#">
|
237
|
+
<span class="list-group-item-value">Snapshots</span>
|
238
|
+
<div class="badge-container-pf">
|
239
|
+
<div class="badge">
|
240
|
+
<span class="pficon pficon-warning-triangle-o"></span>
|
241
|
+
<span>3</span>
|
242
|
+
</div>
|
243
|
+
<span class="badge">9</span>
|
244
|
+
</div>
|
245
|
+
</a>
|
246
|
+
</li>
|
247
|
+
<li class="list-group-item">
|
248
|
+
<a href="#">
|
249
|
+
<span class="list-group-item-value">Storage Profiles</span>
|
250
|
+
<div class="badge-container-pf">
|
251
|
+
<span class="badge">7</span>
|
252
|
+
</div>
|
253
|
+
</a>
|
254
|
+
</li>
|
255
|
+
</ul>
|
256
|
+
</div>
|
257
|
+
|
258
|
+
</li>
|
259
|
+
<li class="list-group-item persistent-secondary" data-target="#admin-secondary">
|
260
|
+
<a href="#">
|
261
|
+
<span class="fa fa-cog"></span>
|
262
|
+
<span class="list-group-item-value">Admin</span>
|
263
|
+
</a>
|
264
|
+
<div id="admin-secondary" class="nav-pf-persistent-secondary">
|
265
|
+
<div class="persistent-secondary-header">
|
266
|
+
<a class="fa fa-arrow-circle-o-left" href="#" data-toggle="collapse-secondary-nav"></a>
|
267
|
+
<span>Admin</span>
|
268
|
+
</div>
|
269
|
+
<h5>User Administration</h5>
|
270
|
+
<ul class="list-group">
|
271
|
+
<li class="list-group-item active">
|
272
|
+
<a href="#">
|
273
|
+
<span class="list-group-item-value">Users</span>
|
274
|
+
<div class="badge-container-pf">
|
275
|
+
<span class="badge">10</span>
|
276
|
+
</div>
|
277
|
+
</a>
|
278
|
+
</li>
|
279
|
+
<li class="list-group-item">
|
280
|
+
<a href="#">
|
281
|
+
<span class="list-group-item-value">Groups</span>
|
282
|
+
<div class="badge-container-pf">
|
283
|
+
<span class="badge">3</span>
|
284
|
+
</div>
|
285
|
+
</a>
|
286
|
+
</li>
|
287
|
+
<li class="list-group-item">
|
288
|
+
<a href="#">
|
289
|
+
<span class="list-group-item-value">Roles</span>
|
290
|
+
<div class="badge-container-pf">
|
291
|
+
<span class="badge">5</span>
|
292
|
+
</div>
|
293
|
+
</a>
|
294
|
+
</li>
|
295
|
+
</ul>
|
296
|
+
<h5>Storage</h5>
|
297
|
+
<ul class="list-group">
|
298
|
+
<li class="list-group-item">
|
299
|
+
<a href="#">
|
300
|
+
<span class="list-group-item-value">Local Storage</span>
|
301
|
+
</a>
|
302
|
+
</li>
|
303
|
+
<li class="list-group-item">
|
304
|
+
<a href="#">
|
305
|
+
<span class="list-group-item-value">History</span>
|
306
|
+
<div class="badge-container-pf">
|
307
|
+
<span class="badge">0</span>
|
308
|
+
</div>
|
309
|
+
</a>
|
310
|
+
</li>
|
311
|
+
</ul>
|
312
|
+
|
313
|
+
<h5>Preferences</h5>
|
314
|
+
<ul class="list-group">
|
315
|
+
<li class="list-group-item">
|
316
|
+
<a href="#">
|
317
|
+
<span class="list-group-item-value">Appearance</span>
|
318
|
+
</a>
|
319
|
+
</li>
|
320
|
+
<li class="list-group-item">
|
321
|
+
<a href="#">
|
322
|
+
<span class="list-group-item-value">Notifications</span>
|
323
|
+
</a>
|
324
|
+
</li>
|
325
|
+
<li class="list-group-item">
|
326
|
+
<a href="#">
|
327
|
+
<span class="list-group-item-value">Sound</span>
|
328
|
+
</a>
|
329
|
+
</li>
|
330
|
+
</ul>
|
331
|
+
</div>
|
332
|
+
|
333
|
+
</li>
|
334
|
+
</ul>
|
335
|
+
</div>
|
336
|
+
|
337
|
+
<div class="container-fluid container-cards-pf container-pf-nav-pf-vertical container-pf-nav-pf-vertical-with-secondary">
|
338
|
+
<div class="row row-cards-pf">
|
339
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
340
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
341
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
342
|
+
<h2 class="card-pf-title">
|
343
|
+
<span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">0</span> Ipsum
|
344
|
+
</h2>
|
345
|
+
<div class="card-pf-body">
|
346
|
+
<p class="card-pf-aggregate-status-notifications">
|
347
|
+
<span class="card-pf-aggregate-status-notification"><a href="#" class="add" data-toggle="tooltip" data-placement="top" title="Add Ipsum"><span class="pficon pficon-add-circle-o"></span></a></span>
|
348
|
+
</p>
|
349
|
+
</div>
|
350
|
+
</div>
|
351
|
+
</div>
|
352
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
353
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
354
|
+
<h2 class="card-pf-title">
|
355
|
+
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">20</span> Amet</a>
|
356
|
+
</h2>
|
357
|
+
<div class="card-pf-body">
|
358
|
+
<p class="card-pf-aggregate-status-notifications">
|
359
|
+
<span class="card-pf-aggregate-status-notification"><a href="#"><span class="pficon pficon-error-circle-o"></span>4</a></span>
|
360
|
+
<span class="card-pf-aggregate-status-notification"><a href="#"><span class="pficon pficon-warning-triangle-o"></span>1</a></span>
|
361
|
+
</p>
|
362
|
+
</div>
|
363
|
+
</div>
|
364
|
+
</div>
|
365
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
366
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
367
|
+
<h2 class="card-pf-title">
|
368
|
+
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">9</span> Adipiscing</a>
|
369
|
+
</h2>
|
370
|
+
<div class="card-pf-body">
|
371
|
+
<p class="card-pf-aggregate-status-notifications">
|
372
|
+
<span class="card-pf-aggregate-status-notification"><span class="pficon pficon-ok"></span></span>
|
373
|
+
</p>
|
374
|
+
</div>
|
375
|
+
</div>
|
376
|
+
</div>
|
377
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
378
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status">
|
379
|
+
<h2 class="card-pf-title">
|
380
|
+
<a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">12</span> Lorem</a>
|
381
|
+
</h2>
|
382
|
+
<div class="card-pf-body">
|
383
|
+
<p class="card-pf-aggregate-status-notifications">
|
384
|
+
<a href="#"><span class="card-pf-aggregate-status-notification"><span class="pficon pficon-error-circle-o"></span>1</span></a>
|
385
|
+
</p>
|
386
|
+
</div>
|
387
|
+
</div>
|
388
|
+
</div>
|
389
|
+
</div><!-- /row -->
|
390
|
+
<div class="row row-cards-pf">
|
391
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
392
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
393
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
394
|
+
<h2 class="card-pf-title">
|
395
|
+
<span class="fa fa-rebel"></span>
|
396
|
+
<span class="card-pf-aggregate-status-count">0</span> Ipsum
|
397
|
+
</h2>
|
398
|
+
<div class="card-pf-body">
|
399
|
+
<p class="card-pf-aggregate-status-notifications">
|
400
|
+
<span class="card-pf-aggregate-status-notification"><a href="#" class="add" data-toggle="tooltip" data-placement="top" title="Add Ipsum"><span class="pficon pficon-add-circle-o"></span></a></span>
|
401
|
+
</p>
|
402
|
+
</div>
|
403
|
+
</div>
|
404
|
+
</div>
|
405
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
406
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
407
|
+
<h2 class="card-pf-title">
|
408
|
+
<span class="fa fa-paper-plane"></span>
|
409
|
+
<a href="#">
|
410
|
+
<span class="card-pf-aggregate-status-count">20</span> Amet
|
411
|
+
</a>
|
412
|
+
</h2>
|
413
|
+
<div class="card-pf-body">
|
414
|
+
<p class="card-pf-aggregate-status-notifications">
|
415
|
+
<span class="card-pf-aggregate-status-notification"><a href="#"><span class="pficon pficon-error-circle-o"></span>4</a></span>
|
416
|
+
</p>
|
417
|
+
</div>
|
418
|
+
</div>
|
419
|
+
</div>
|
420
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
421
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
422
|
+
<h2 class="card-pf-title">
|
423
|
+
<span class="pficon pficon-cluster"></span>
|
424
|
+
<a href="#">
|
425
|
+
<span class="card-pf-aggregate-status-count">9</span> Adipiscing
|
426
|
+
</a>
|
427
|
+
</h2>
|
428
|
+
<div class="card-pf-body">
|
429
|
+
<p class="card-pf-aggregate-status-notifications">
|
430
|
+
<span class="card-pf-aggregate-status-notification"><span class="pficon pficon-ok"></span></span>
|
431
|
+
</p>
|
432
|
+
</div>
|
433
|
+
</div>
|
434
|
+
</div>
|
435
|
+
<div class="col-xs-12 col-sm-6 col-md-3">
|
436
|
+
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
437
|
+
<h2 class="card-pf-title">
|
438
|
+
<span class="pficon pficon-image"></span>
|
439
|
+
<a href="#">
|
440
|
+
<span class="card-pf-aggregate-status-count">12</span> Lorem
|
441
|
+
</a>
|
442
|
+
</h2>
|
443
|
+
<div class="card-pf-body">
|
444
|
+
<p class="card-pf-aggregate-status-notifications">
|
445
|
+
<a href="#"><span class="card-pf-aggregate-status-notification"><span class="pficon pficon-error-circle-o"></span>1</span></a>
|
446
|
+
</p>
|
447
|
+
</div>
|
448
|
+
</div>
|
449
|
+
</div>
|
450
|
+
</div>
|
451
|
+
<div class="row row-cards-pf">
|
452
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
453
|
+
<div class="col-xs-12 col-sm-6">
|
454
|
+
<div class="card-pf">
|
455
|
+
<div class="card-pf-heading">
|
456
|
+
<h2 class="card-pf-title">
|
457
|
+
Top Utilized Clusters
|
458
|
+
</h2>
|
459
|
+
</div>
|
460
|
+
<div class="card-pf-body">
|
461
|
+
<div class="progress-description">
|
462
|
+
RHOS6-Controller
|
463
|
+
</div>
|
464
|
+
<div class="progress progress-label-top-right">
|
465
|
+
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 95%;" data-toggle="tooltip" title="95% Used">
|
466
|
+
<span><strong>190.0 of 200.0 GB</strong> Used</span>
|
467
|
+
</div>
|
468
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="5" aria-valuemin="0" aria-valuemax="100" style="width: 5%;" data-toggle="tooltip" title="5% Available">
|
469
|
+
<span class="sr-only">5% Available</span>
|
470
|
+
</div>
|
471
|
+
</div>
|
472
|
+
<div class="progress-description">
|
473
|
+
CFMEQE-Cluster
|
474
|
+
</div>
|
475
|
+
<div class="progress progress-label-top-right">
|
476
|
+
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;" data-toggle="tooltip" title="50% Used">
|
477
|
+
<span><strong>100.0 of 200.0 GB</strong> Used</span>
|
478
|
+
</div>
|
479
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;" data-toggle="tooltip" title="50% Available">
|
480
|
+
<span class="sr-only">50% Available</span>
|
481
|
+
</div>
|
482
|
+
</div>
|
483
|
+
<div class="progress-description">
|
484
|
+
RHOS-Undercloud
|
485
|
+
</div>
|
486
|
+
<div class="progress progress-label-top-right">
|
487
|
+
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;" data-toggle="tooltip" title="70% Used">
|
488
|
+
<span><strong>140.0 of 200.0 GB</strong> Used</span>
|
489
|
+
</div>
|
490
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100" style="width: 30%;" data-toggle="tooltip" title="30% Available">
|
491
|
+
<span class="sr-only">30% Available</span>
|
492
|
+
</div>
|
493
|
+
</div>
|
494
|
+
<div class="progress-description">
|
495
|
+
RHEL6-Controller
|
496
|
+
</div>
|
497
|
+
<div class="progress progress-label-top-right">
|
498
|
+
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="76.5" aria-valuemin="0" aria-valuemax="100" style="width: 76.5%;" data-toggle="tooltip" title="76.5% Used">
|
499
|
+
<span><strong>153.0 of 200.0 GB</strong> Used</span>
|
500
|
+
</div>
|
501
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="23.5" aria-valuemin="0" aria-valuemax="100" style="width: 23.5%;" data-toggle="tooltip" title="23.5% Available">
|
502
|
+
<span class="sr-only">23.5% Available</span>
|
503
|
+
</div>
|
504
|
+
</div>
|
505
|
+
</div>
|
506
|
+
</div>
|
507
|
+
</div>
|
508
|
+
<div class="col-xs-12 col-sm-6">
|
509
|
+
<div class="card-pf">
|
510
|
+
<div class="card-pf-heading">
|
511
|
+
<h2 class="card-pf-title">
|
512
|
+
Quotas
|
513
|
+
</h2>
|
514
|
+
</div>
|
515
|
+
<div class="card-pf-body">
|
516
|
+
<div class="progress-container progress-description-left progress-label-right">
|
517
|
+
<div class="progress-description">
|
518
|
+
CPU
|
519
|
+
</div>
|
520
|
+
<div class="progress">
|
521
|
+
<div class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;" data-toggle="tooltip" title="25% Used">
|
522
|
+
<span><strong>115 of 460</strong> MHz</span>
|
523
|
+
</div>
|
524
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%;" data-toggle="tooltip" title="75% Available">
|
525
|
+
<span class="sr-only">75% Available</span>
|
526
|
+
</div>
|
527
|
+
</div>
|
528
|
+
</div>
|
529
|
+
<div class="progress-container progress-description-left progress-label-right">
|
530
|
+
<div class="progress-description">
|
531
|
+
Memory
|
532
|
+
</div>
|
533
|
+
<div class="progress">
|
534
|
+
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;" data-toggle="tooltip" title="8 GB Used">
|
535
|
+
<span><strong>8 of 16</strong> GB</span>
|
536
|
+
</div>
|
537
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%;" data-toggle="tooltip" title="8 GB Available">
|
538
|
+
<span class="sr-only">50% Available</span>
|
539
|
+
</div>
|
540
|
+
</div>
|
541
|
+
</div>
|
542
|
+
<div class="progress-container progress-description-left progress-label-right">
|
543
|
+
<div class="progress-description">
|
544
|
+
Pods
|
545
|
+
</div>
|
546
|
+
<div class="progress">
|
547
|
+
<div class="progress-bar" role="progressbar" aria-valuenow="62.5" aria-valuemin="0" aria-valuemax="100" style="width: 62.5%;" data-toggle="tooltip" title="62.5% Used">
|
548
|
+
<span><strong>5 of 8</strong> Total</span>
|
549
|
+
</div>
|
550
|
+
<div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="37.5" aria-valuemin="0" aria-valuemax="100" style="width: 37.5%;" data-toggle="tooltip" title="37.5% Available">
|
551
|
+
<span class="sr-only">37.5% Available</span>
|
552
|
+
</div>
|
553
|
+
</div>
|
554
|
+
</div>
|
555
|
+
<div class="progress-container progress-description-left progress-label-right">
|
556
|
+
<div class="progress-description">
|
557
|
+
Services
|
558
|
+
</div>
|
559
|
+
<div class="progress">
|
560
|
+
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;" data-toggle="tooltip" title="100% Used">
|
561
|
+
<span><strong>2 of 2</strong> Total</span>
|
562
|
+
</div>
|
563
|
+
</div>
|
564
|
+
</div>
|
565
|
+
</div>
|
566
|
+
</div>
|
567
|
+
</div>
|
568
|
+
</div><!-- /row -->
|
569
|
+
<div class="row row-cards-pf">
|
570
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
571
|
+
<div class="col-md-12">
|
572
|
+
<div class="card-pf card-pf-utilization">
|
573
|
+
<div class="card-pf-heading">
|
574
|
+
<p class="card-pf-heading-details">Last 30 days</p>
|
575
|
+
<h2 class="card-pf-title">
|
576
|
+
Utilization
|
577
|
+
</h2>
|
578
|
+
</div>
|
579
|
+
<div class="card-pf-body">
|
580
|
+
<div class="row">
|
581
|
+
<div class="col-xs-12 col-sm-4 col-md-4">
|
582
|
+
<h3 class="card-pf-subtitle">CPU</h3>
|
583
|
+
<p class="card-pf-utilization-details">
|
584
|
+
<span class="card-pf-utilization-card-details-count">50</span>
|
585
|
+
<span class="card-pf-utilization-card-details-description">
|
586
|
+
<span class="card-pf-utilization-card-details-line-1">Available</span>
|
587
|
+
<span class="card-pf-utilization-card-details-line-2">of 1000 MHz</span>
|
588
|
+
</span>
|
589
|
+
</p>
|
590
|
+
<div id="chart-pf-donut-1"></div>
|
591
|
+
<div class="chart-pf-sparkline" id="chart-pf-sparkline-1"></div>
|
592
|
+
<script>
|
593
|
+
var donutConfig = $().c3ChartDefaults().getDefaultDonutConfig('A');
|
594
|
+
donutConfig.bindto = '#chart-pf-donut-1';
|
595
|
+
donutConfig.color = {
|
596
|
+
pattern: ["#cc0000","#D1D1D1"]
|
597
|
+
};
|
598
|
+
donutConfig.data = {
|
599
|
+
type: "donut",
|
600
|
+
columns: [
|
601
|
+
["Used", 95],
|
602
|
+
["Available", 5]
|
603
|
+
],
|
604
|
+
groups: [
|
605
|
+
["used", "available"]
|
606
|
+
],
|
607
|
+
order: null
|
608
|
+
};
|
609
|
+
donutConfig.tooltip = {
|
610
|
+
contents: function (d) {
|
611
|
+
return '<span class="donut-tooltip-pf" style="white-space: nowrap;">' +
|
612
|
+
Math.round(d[0].ratio * 100) + '%' + ' MHz ' + d[0].name +
|
613
|
+
'</span>';
|
614
|
+
}
|
615
|
+
};
|
616
|
+
|
617
|
+
var chart1 = c3.generate(donutConfig);
|
618
|
+
var donutChartTitle = d3.select("#chart-pf-donut-1").select('text.c3-chart-arcs-title');
|
619
|
+
donutChartTitle.text("");
|
620
|
+
donutChartTitle.insert('tspan').text("950").classed('donut-title-big-pf', true).attr('dy', 0).attr('x', 0);
|
621
|
+
donutChartTitle.insert('tspan').text("MHz Used").classed('donut-title-small-pf', true).attr('dy', 20).attr('x', 0);
|
622
|
+
|
623
|
+
var sparklineConfig = $().c3ChartDefaults().getDefaultSparklineConfig();
|
624
|
+
sparklineConfig.bindto = '#chart-pf-sparkline-1';
|
625
|
+
sparklineConfig.data = {
|
626
|
+
columns: [
|
627
|
+
['%', 10, 50, 28, 20, 31, 27, 60, 36, 52, 55, 62, 68, 69, 88, 74, 88, 95],
|
628
|
+
],
|
629
|
+
type: 'area'
|
630
|
+
};
|
631
|
+
var chart2 = c3.generate(sparklineConfig);
|
632
|
+
</script>
|
633
|
+
</div>
|
634
|
+
<div class="col-xs-12 col-sm-4 col-md-4">
|
635
|
+
<h3 class="card-pf-subtitle">Memory</h3>
|
636
|
+
<p class="card-pf-utilization-details">
|
637
|
+
<span class="card-pf-utilization-card-details-count">256</span>
|
638
|
+
<span class="card-pf-utilization-card-details-description">
|
639
|
+
<span class="card-pf-utilization-card-details-line-1">Available</span>
|
640
|
+
<span class="card-pf-utilization-card-details-line-2">of 432 GB</span>
|
641
|
+
</span>
|
642
|
+
</p>
|
643
|
+
<div id="chart-pf-donut-2"></div>
|
644
|
+
<div class="chart-pf-sparkline" id="chart-pf-sparkline-2"></div>
|
645
|
+
<script>
|
646
|
+
var donutConfig = $().c3ChartDefaults().getDefaultDonutConfig('A');
|
647
|
+
donutConfig.bindto = '#chart-pf-donut-2';
|
648
|
+
donutConfig.color = {
|
649
|
+
pattern: ["#3f9c35","#D1D1D1"]
|
650
|
+
};
|
651
|
+
donutConfig.data = {
|
652
|
+
type: "donut",
|
653
|
+
columns: [
|
654
|
+
["Used", 41],
|
655
|
+
["Available", 59]
|
656
|
+
],
|
657
|
+
groups: [
|
658
|
+
["used", "available"]
|
659
|
+
],
|
660
|
+
order: null
|
661
|
+
};
|
662
|
+
donutConfig.tooltip = {
|
663
|
+
contents: function (d) {
|
664
|
+
return '<span class="donut-tooltip-pf" style="white-space: nowrap;">' +
|
665
|
+
Math.round(d[0].ratio * 100) + '%' + ' GB ' + d[0].name +
|
666
|
+
'</span>';
|
667
|
+
}
|
668
|
+
};
|
669
|
+
|
670
|
+
var chart3 = c3.generate(donutConfig);
|
671
|
+
var donutChartTitle = d3.select("#chart-pf-donut-2").select('text.c3-chart-arcs-title');
|
672
|
+
donutChartTitle.text("");
|
673
|
+
donutChartTitle.insert('tspan').text("176").classed('donut-title-big-pf', true).attr('dy', 0).attr('x', 0);
|
674
|
+
donutChartTitle.insert('tspan').text("GB Used").classed('donut-title-small-pf', true).attr('dy', 20).attr('x', 0);
|
675
|
+
|
676
|
+
var sparklineConfig = $().c3ChartDefaults().getDefaultSparklineConfig();
|
677
|
+
sparklineConfig.bindto = '#chart-pf-sparkline-2';
|
678
|
+
sparklineConfig.data = {
|
679
|
+
columns: [
|
680
|
+
['%', 35, 36, 20, 30, 31, 22, 44, 36, 40, 41, 55, 52, 48, 48, 50, 40, 41],
|
681
|
+
],
|
682
|
+
type: 'area'
|
683
|
+
};
|
684
|
+
var chart4 = c3.generate(sparklineConfig);
|
685
|
+
</script>
|
686
|
+
</div>
|
687
|
+
<div class="col-xs-12 col-sm-4 col-md-4">
|
688
|
+
<h3 class="card-pf-subtitle">Network</h3>
|
689
|
+
<p class="card-pf-utilization-details">
|
690
|
+
<span class="card-pf-utilization-card-details-count">200</span>
|
691
|
+
<span class="card-pf-utilization-card-details-description">
|
692
|
+
<span class="card-pf-utilization-card-details-line-1">Available</span>
|
693
|
+
<span class="card-pf-utilization-card-details-line-2">of 1300 Gbps</span>
|
694
|
+
</span>
|
695
|
+
</p>
|
696
|
+
<div id="chart-pf-donut-3"></div>
|
697
|
+
<div class="chart-pf-sparkline" id="chart-pf-sparkline-3"></div>
|
698
|
+
<script>
|
699
|
+
var donutConfig = $().c3ChartDefaults().getDefaultDonutConfig('A');
|
700
|
+
donutConfig.bindto = '#chart-pf-donut-3';
|
701
|
+
donutConfig.color = {
|
702
|
+
pattern: ["#EC7A08","#D1D1D1"]
|
703
|
+
};
|
704
|
+
donutConfig.data = {
|
705
|
+
type: "donut",
|
706
|
+
columns: [
|
707
|
+
["Used", 85],
|
708
|
+
["Available", 15]
|
709
|
+
],
|
710
|
+
groups: [
|
711
|
+
["used", "available"]
|
712
|
+
],
|
713
|
+
order: null
|
714
|
+
};
|
715
|
+
donutConfig.tooltip = {
|
716
|
+
contents: function (d) {
|
717
|
+
return '<span class="donut-tooltip-pf" style="white-space: nowrap;">' +
|
718
|
+
Math.round(d[0].ratio * 100) + '%' + ' Gbps ' + d[0].name +
|
719
|
+
'</span>';
|
720
|
+
}
|
721
|
+
};
|
722
|
+
|
723
|
+
var chart5 = c3.generate(donutConfig);
|
724
|
+
var donutChartTitle = d3.select("#chart-pf-donut-3").select('text.c3-chart-arcs-title');
|
725
|
+
donutChartTitle.text("");
|
726
|
+
donutChartTitle.insert('tspan').text("1100").classed('donut-title-big-pf', true).attr('dy', 0).attr('x', 0);
|
727
|
+
donutChartTitle.insert('tspan').text("Gbps Used").classed('donut-title-small-pf', true).attr('dy', 20).attr('x', 0);
|
728
|
+
|
729
|
+
var sparklineConfig = $().c3ChartDefaults().getDefaultSparklineConfig();
|
730
|
+
sparklineConfig.bindto = '#chart-pf-sparkline-3';
|
731
|
+
sparklineConfig.data = {
|
732
|
+
columns: [
|
733
|
+
['%', 60, 55, 70, 44, 31, 67, 54, 46, 58, 75, 62, 68, 69, 88, 74, 88, 85],
|
734
|
+
],
|
735
|
+
type: 'area'
|
736
|
+
};
|
737
|
+
var chart6 = c3.generate(sparklineConfig);
|
738
|
+
</script>
|
739
|
+
</div>
|
740
|
+
</div>
|
741
|
+
</div>
|
742
|
+
</div>
|
743
|
+
</div>
|
744
|
+
|
745
|
+
</div><!-- /row -->
|
746
|
+
<div class="row row-cards-pf">
|
747
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
748
|
+
<div class="col-xs-12 col-sm-4 col-md-4">
|
749
|
+
<div class="card-pf card-pf-utilization">
|
750
|
+
<h2 class="card-pf-title">
|
751
|
+
Network
|
752
|
+
</h2>
|
753
|
+
<div class="card-pf-body">
|
754
|
+
<p class="card-pf-utilization-details">
|
755
|
+
<span class="card-pf-utilization-card-details-count">200</span>
|
756
|
+
<span class="card-pf-utilization-card-details-description">
|
757
|
+
<span class="card-pf-utilization-card-details-line-1">Available</span>
|
758
|
+
<span class="card-pf-utilization-card-details-line-2">of 1300 Gbps</span>
|
759
|
+
</span>
|
760
|
+
</p>
|
761
|
+
<div id="chart-pf-donut-4"></div>
|
762
|
+
<div class="chart-pf-sparkline" id="chart-pf-sparkline-4"></div>
|
763
|
+
<script>
|
764
|
+
var c3ChartDefaults = $().c3ChartDefaults();
|
765
|
+
|
766
|
+
var donutConfig = c3ChartDefaults.getDefaultDonutConfig('A');
|
767
|
+
donutConfig.bindto = '#chart-pf-donut-4';
|
768
|
+
donutConfig.color = {
|
769
|
+
pattern: ["#EC7A08","#D1D1D1"]
|
770
|
+
};
|
771
|
+
donutConfig.data = {
|
772
|
+
type: "donut",
|
773
|
+
columns: [
|
774
|
+
["Used", 85],
|
775
|
+
["Available", 15]
|
776
|
+
],
|
777
|
+
groups: [
|
778
|
+
["used", "available"]
|
779
|
+
],
|
780
|
+
order: null
|
781
|
+
};
|
782
|
+
donutConfig.tooltip = {
|
783
|
+
contents: function (d) {
|
784
|
+
return '<span class="donut-tooltip-pf" style="white-space: nowrap;">' +
|
785
|
+
Math.round(d[0].ratio * 100) + '%' + ' Gbps ' + d[0].name +
|
786
|
+
'</span>';
|
787
|
+
}
|
788
|
+
};
|
789
|
+
|
790
|
+
var chart1 = c3.generate(donutConfig);
|
791
|
+
var donutChartTitle = d3.select("#chart-pf-donut-4").select('text.c3-chart-arcs-title');
|
792
|
+
donutChartTitle.text("");
|
793
|
+
donutChartTitle.insert('tspan').text("1100").classed('donut-title-big-pf', true).attr('dy', 0).attr('x', 0);
|
794
|
+
donutChartTitle.insert('tspan').text("Gpbs Used").classed('donut-title-small-pf', true).attr('dy', 20).attr('x', 0);
|
795
|
+
|
796
|
+
var sparklineConfig = c3ChartDefaults.getDefaultSparklineConfig();
|
797
|
+
sparklineConfig.bindto = '#chart-pf-sparkline-4';
|
798
|
+
sparklineConfig.data = {
|
799
|
+
columns: [
|
800
|
+
['%', 60, 55, 70, 44, 31, 67, 54, 46, 58, 75, 62, 68, 69, 88, 74, 88, 85],
|
801
|
+
],
|
802
|
+
type: 'area'
|
803
|
+
};
|
804
|
+
|
805
|
+
var chart2 = c3.generate(sparklineConfig);
|
806
|
+
</script>
|
807
|
+
</div>
|
808
|
+
</div>
|
809
|
+
</div>
|
810
|
+
|
811
|
+
</div><!-- /row -->
|
812
|
+
<div class="row row-cards-pf">
|
813
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
814
|
+
<div class="col-xs-12 col-sm-6 col-md-5">
|
815
|
+
<div class="card-pf">
|
816
|
+
<div class="card-pf-heading">
|
817
|
+
<div class="dropdown card-pf-time-frame-filter">
|
818
|
+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
819
|
+
Last 30 Days <span class="caret"></span>
|
820
|
+
</button>
|
821
|
+
<ul class="dropdown-menu dropdown-menu-right" role="menu">
|
822
|
+
<li><a href="#">Last 60 Days</a></li>
|
823
|
+
<li><a href="#">Last 90 Days</a></li>
|
824
|
+
</ul>
|
825
|
+
</div>
|
826
|
+
<h2 class="card-pf-title">
|
827
|
+
Card Title
|
828
|
+
</h2>
|
829
|
+
</div>
|
830
|
+
<div class="card-pf-body">
|
831
|
+
<p>[card contents]</p>
|
832
|
+
</div>
|
833
|
+
</div>
|
834
|
+
</div>
|
835
|
+
<div class="col-xs-12 col-sm-6 col-md-7">
|
836
|
+
<div class="card-pf">
|
837
|
+
<h2 class="card-pf-title">
|
838
|
+
Card Title
|
839
|
+
</h2>
|
840
|
+
<div class="card-pf-body">
|
841
|
+
<p>[card contents]</p>
|
842
|
+
</div>
|
843
|
+
<div class="card-pf-footer">
|
844
|
+
<div class="dropdown card-pf-time-frame-filter">
|
845
|
+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
846
|
+
Last 30 Days <span class="caret"></span>
|
847
|
+
</button>
|
848
|
+
<ul class="dropdown-menu dropdown-menu-right" role="menu">
|
849
|
+
<li><a href="#">Last 60 Days</a></li>
|
850
|
+
<li><a href="#">Last 90 Days</a></li>
|
851
|
+
</ul>
|
852
|
+
</div>
|
853
|
+
<p>
|
854
|
+
<a href="#" class="card-pf-link-with-icon">
|
855
|
+
<span class="pficon pficon-add-circle-o"></span>Add New Cluster
|
856
|
+
</a>
|
857
|
+
</p>
|
858
|
+
</div>
|
859
|
+
</div>
|
860
|
+
</div>
|
861
|
+
</div><!-- /row -->
|
862
|
+
<div class="row row-cards-pf">
|
863
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
864
|
+
<div class="col-xs-12 col-sm-5 col-md-5">
|
865
|
+
<div class="card-pf">
|
866
|
+
<h2 class="card-pf-title">
|
867
|
+
Card Title
|
868
|
+
</h2>
|
869
|
+
<div class="card-pf-body">
|
870
|
+
<p>[card contents]</p>
|
871
|
+
</div>
|
872
|
+
<div class="card-pf-footer">
|
873
|
+
<div class="dropdown card-pf-time-frame-filter">
|
874
|
+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
875
|
+
Last 30 Days <span class="caret"></span>
|
876
|
+
</button>
|
877
|
+
<ul class="dropdown-menu dropdown-menu-right" role="menu">
|
878
|
+
<li><a href="#">Last 60 Days</a></li>
|
879
|
+
<li><a href="#">Last 90 Days</a></li>
|
880
|
+
</ul>
|
881
|
+
</div>
|
882
|
+
<p>
|
883
|
+
<a href="#" class="card-pf-link-with-icon">
|
884
|
+
<span class="pficon pficon-flag"></span>View CPU Events
|
885
|
+
</a>
|
886
|
+
</p>
|
887
|
+
</div>
|
888
|
+
</div>
|
889
|
+
</div>
|
890
|
+
<div class="col-xs-12 col-sm-7 col-md-7">
|
891
|
+
<div class="card-pf">
|
892
|
+
<h2 class="card-pf-title">
|
893
|
+
Card Title
|
894
|
+
</h2>
|
895
|
+
<div class="card-pf-body">
|
896
|
+
<p>[card contents]</p>
|
897
|
+
</div>
|
898
|
+
</div>
|
899
|
+
</div>
|
900
|
+
</div>
|
901
|
+
<div class="row row-cards-pf">
|
902
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
903
|
+
<div class="col-xs-6 col-sm-8 col-md-8">
|
904
|
+
<div class="card-pf">
|
905
|
+
<div class="card-pf-body">
|
906
|
+
<p>[card contents]</p>
|
907
|
+
</div>
|
908
|
+
<div class="card-pf-footer">
|
909
|
+
<p><a href="#">Footer link</a></p>
|
910
|
+
</div>
|
911
|
+
</div>
|
912
|
+
</div>
|
913
|
+
<div class="col-xs-6 col-sm-4 col-md-4">
|
914
|
+
<div class="card-pf">
|
915
|
+
<div class="card-pf-body">
|
916
|
+
<p>[card contents]</p>
|
917
|
+
</div>
|
918
|
+
<div class="card-pf-footer">
|
919
|
+
<p><a href="#">Footer link</a></p>
|
920
|
+
</div>
|
921
|
+
</div>
|
922
|
+
</div>
|
923
|
+
</div><!-- /row -->
|
924
|
+
<div class="row row-cards-pf">
|
925
|
+
<!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
|
926
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
927
|
+
<div class="card-pf">
|
928
|
+
<div class="card-pf-body">
|
929
|
+
<p>[card contents]</p>
|
930
|
+
</div>
|
931
|
+
</div>
|
932
|
+
</div>
|
933
|
+
<div class="col-xs-6 col-sm-6 col-md-6">
|
934
|
+
<div class="card-pf">
|
935
|
+
<div class="card-pf-body">
|
936
|
+
<p>[card contents]</p>
|
937
|
+
</div>
|
938
|
+
</div>
|
939
|
+
</div>
|
940
|
+
</div><!-- /row -->
|
941
|
+
|
942
|
+
</div>
|
943
|
+
<script>
|
944
|
+
$(document).ready(function() {
|
945
|
+
// matchHeight the contents of each .card-pf and then the .card-pf itself
|
946
|
+
$(".row-cards-pf > [class*='col'] > .card-pf .card-pf-title").matchHeight();
|
947
|
+
$(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-body").matchHeight();
|
948
|
+
$(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-footer").matchHeight();
|
949
|
+
$(".row-cards-pf > [class*='col'] > .card-pf").matchHeight();
|
950
|
+
|
951
|
+
// initialize tooltips
|
952
|
+
$('[data-toggle="tooltip"]').tooltip();
|
953
|
+
|
954
|
+
// Initialize the vertical navigation
|
955
|
+
$().setupVerticalNavigation(true);
|
956
|
+
});
|
957
|
+
</script>
|
958
|
+
|
959
|
+
</body>
|
960
|
+
</html>
|