|
216 | 216 | children: [ |
217 | 217 | { |
218 | 218 | title: "Novum", |
219 | | - href: "#/ipsum/patrioque/novum" |
| 219 | + href: "#/ipsum/patrioque/novum", |
| 220 | + badges: [ |
| 221 | + { |
| 222 | + count: 6, |
| 223 | + tooltip: "Total number of error items", |
| 224 | + badgeClass: 'example-error-background' |
| 225 | + } |
| 226 | + ] |
220 | 227 | }, |
221 | 228 | { |
222 | 229 | title: "Pericula", |
|
255 | 262 | children: [ |
256 | 263 | { |
257 | 264 | title: "Delicatissimi", |
258 | | - href: "#/amet/detracto/delicatissimi" |
| 265 | + href: "#/amet/detracto/delicatissimi", |
| 266 | + badges: [ |
| 267 | + { |
| 268 | + count: 6, |
| 269 | + tooltip: "Total number of error items", |
| 270 | + badgeClass: 'example-error-background' |
| 271 | + } |
| 272 | + ] |
259 | 273 | }, |
260 | 274 | { |
261 | 275 | title: "Aliquam", |
262 | | - href: "#/amet/detracto/aliquam" |
| 276 | + href: "#/amet/detracto/aliquam", |
| 277 | + badges: [ |
| 278 | + { |
| 279 | + count: 2, |
| 280 | + tooltip: "Total number of items" |
| 281 | + } |
| 282 | + ] |
263 | 283 | }, |
264 | 284 | { |
265 | 285 | title: "Principes", |
266 | | - href: "#/amet/detracto/principes" |
| 286 | + href: "#/amet/detracto/principes", |
| 287 | + badges: [ |
| 288 | + { |
| 289 | + count: 18, |
| 290 | + tooltip: "Total number of warning items", |
| 291 | + badgeClass: 'example-warning-background' |
| 292 | + } |
| 293 | + ] |
267 | 294 | } |
268 | 295 | ] |
269 | 296 | }, |
|
272 | 299 | children: [ |
273 | 300 | { |
274 | 301 | title: "Convenire", |
275 | | - href: "#/amet/mediocrem/convenire" |
| 302 | + href: "#/amet/mediocrem/convenire", |
| 303 | + badges: [ |
| 304 | + { |
| 305 | + count: 6, |
| 306 | + tooltip: "Total number of error items", |
| 307 | + badgeClass: 'example-error-background' |
| 308 | + } |
| 309 | + ] |
276 | 310 | }, |
277 | 311 | { |
278 | 312 | title: "Nonumy", |
279 | | - href: "#/amet/mediocrem/nonumy" |
| 313 | + href: "#/amet/mediocrem/nonumy", |
| 314 | + badges: [ |
| 315 | + { |
| 316 | + count: 2, |
| 317 | + tooltip: "Total number of items" |
| 318 | + } |
| 319 | + ] |
280 | 320 | }, |
281 | 321 | { |
282 | 322 | title: "Deserunt", |
283 | | - href: "#/amet/mediocrem/deserunt" |
| 323 | + href: "#/amet/mediocrem/deserunt", |
| 324 | + badges: [ |
| 325 | + { |
| 326 | + count: 18, |
| 327 | + tooltip: "Total number of warning items", |
| 328 | + badgeClass: 'example-warning-background' |
| 329 | + } |
| 330 | + ] |
284 | 331 | } |
285 | 332 | ] |
286 | 333 | }, |
|
289 | 336 | children: [ |
290 | 337 | { |
291 | 338 | title: "Aeque", |
292 | | - href: "#/amet/corrumpit/aeque" |
| 339 | + href: "#/amet/corrumpit/aeque", |
| 340 | + badges: [ |
| 341 | + { |
| 342 | + count: 6, |
| 343 | + tooltip: "Total number of error items", |
| 344 | + badgeClass: 'example-error-background' |
| 345 | + } |
| 346 | + ] |
293 | 347 | }, |
294 | 348 | { |
295 | 349 | title: "Delenit", |
296 | | - href: "#/amet/corrumpit/delenit" |
| 350 | + href: "#/amet/corrumpit/delenit", |
| 351 | + badges: [ |
| 352 | + { |
| 353 | + count: 2, |
| 354 | + tooltip: "Total number of items" |
| 355 | + } |
| 356 | + ] |
297 | 357 | }, |
298 | 358 | { |
299 | 359 | title: "Qualisque", |
300 | | - href: "#/amet/corrumpit/qualisque" |
| 360 | + href: "#/amet/corrumpit/qualisque", |
| 361 | + badges: [ |
| 362 | + { |
| 363 | + count: 18, |
| 364 | + tooltip: "Total number of warning items", |
| 365 | + badgeClass: 'example-warning-background' |
| 366 | + } |
| 367 | + ] |
301 | 368 | } |
302 | 369 | ] |
303 | 370 | }, |
304 | 371 | { |
305 | | - title: "urbanitas", |
306 | | - href: "#/amet/urbanitas" |
| 372 | + title: "Urbanitas", |
| 373 | + href: "#/amet/urbanitas", |
| 374 | + badges: [ |
| 375 | + { |
| 376 | + count: 2, |
| 377 | + tooltip: "Total number of error items", |
| 378 | + iconClass: 'pficon pficon-error-circle-o' |
| 379 | + }, |
| 380 | + { |
| 381 | + count: 6, |
| 382 | + tooltip: "Total number warning error items", |
| 383 | + iconClass: 'pficon pficon-warning-triangle-o' |
| 384 | + } |
| 385 | + ] |
307 | 386 | } |
308 | 387 | ] |
309 | 388 | }, |
|
0 commit comments