1// Jest Snapshot v1, https://goo.gl/fbAQLP 2 3exports[`AppNavigation.vue should render correctly 1`] = ` 4<div> 5 <div 6 class="nav-container" 7 > 8 <nav 9 aria-label="appNavigation.primaryNavigation" 10 > 11 <ul 12 class="nav mb-4 flex-column" 13 > 14 <li 15 class="nav-item" 16 data-test-id="nav-item-overview" 17 > 18 <a 19 aria-current="page" 20 class="nav-link router-link-exact-active router-link-active" 21 href="#/" 22 target="_self" 23 > 24 <svg 25 aria-hidden="true" 26 fill="currentColor" 27 focusable="false" 28 height="16" 29 preserveAspectRatio="xMidYMid meet" 30 viewBox="0 0 32 32" 31 width="16" 32 xmlns="http://www.w3.org/2000/svg" 33 > 34 <path 35 d="M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z" 36 /> 37 <path 38 d="M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" 39 /> 40 </svg> 41 42 appNavigation.overview 43 44 </a> 45 </li> 46 <li 47 class="nav-item" 48 > 49 <button 50 aria-controls="logs" 51 aria-expanded="false" 52 class="btn btn-link collapsed" 53 data-test-id="nav-button-logs" 54 type="button" 55 > 56 <svg 57 aria-hidden="true" 58 fill="currentColor" 59 focusable="false" 60 height="16" 61 preserveAspectRatio="xMidYMid meet" 62 viewBox="0 0 32 32" 63 width="16" 64 xmlns="http://www.w3.org/2000/svg" 65 > 66 <path 67 d="M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z" 68 /> 69 <path 70 d="M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z" 71 /> 72 </svg> 73 74 appNavigation.logs 75 76 <svg 77 aria-hidden="true" 78 class="icon-expand" 79 fill="currentColor" 80 focusable="false" 81 height="16" 82 preserveAspectRatio="xMidYMid meet" 83 viewBox="0 0 16 16" 84 width="16" 85 xmlns="http://www.w3.org/2000/svg" 86 > 87 <path 88 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 89 /> 90 </svg> 91 </button> 92 93 <transition-stub 94 class="nav-item__nav" 95 css="true" 96 enteractiveclass="collapsing" 97 enterclass="" 98 entertoclass="collapse show" 99 leaveactiveclass="collapsing" 100 leaveclass="collapse show" 101 leavetoclass="collapse" 102 > 103 <ul 104 class="collapse" 105 id="logs" 106 style="display: none;" 107 > 108 <li 109 class="nav-item" 110 > 111 <a 112 class="nav-link" 113 data-test-id="nav-item-event-logs" 114 href="#/logs/event-logs" 115 > 116 117 appNavigation.eventLogs 118 119 </a> 120 <a 121 class="nav-link" 122 data-test-id="nav-item-post-code-logs" 123 href="#/logs/post-code-logs" 124 > 125 126 appNavigation.postCodeLogs 127 128 </a> 129 </li> 130 </ul> 131 </transition-stub> 132 </li> 133 <li 134 class="nav-item" 135 > 136 <button 137 aria-controls="hardware-status" 138 aria-expanded="false" 139 class="btn btn-link collapsed" 140 data-test-id="nav-button-hardware-status" 141 type="button" 142 > 143 <svg 144 aria-hidden="true" 145 fill="currentColor" 146 focusable="false" 147 height="16" 148 preserveAspectRatio="xMidYMid meet" 149 viewBox="0 0 32 32" 150 width="16" 151 xmlns="http://www.w3.org/2000/svg" 152 > 153 <path 154 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" 155 /> 156 <circle 157 cx="11" 158 cy="8" 159 r="1" 160 /> 161 <circle 162 cx="11" 163 cy="16" 164 r="1" 165 /> 166 <circle 167 cx="11" 168 cy="24" 169 r="1" 170 /> 171 <path 172 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" 173 /> 174 </svg> 175 176 appNavigation.hardwareStatus 177 178 <svg 179 aria-hidden="true" 180 class="icon-expand" 181 fill="currentColor" 182 focusable="false" 183 height="16" 184 preserveAspectRatio="xMidYMid meet" 185 viewBox="0 0 16 16" 186 width="16" 187 xmlns="http://www.w3.org/2000/svg" 188 > 189 <path 190 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 191 /> 192 </svg> 193 </button> 194 195 <transition-stub 196 class="nav-item__nav" 197 css="true" 198 enteractiveclass="collapsing" 199 enterclass="" 200 entertoclass="collapse show" 201 leaveactiveclass="collapsing" 202 leaveclass="collapse show" 203 leavetoclass="collapse" 204 > 205 <ul 206 class="collapse" 207 id="hardware-status" 208 style="display: none;" 209 > 210 <li 211 class="nav-item" 212 > 213 <a 214 class="nav-link" 215 data-test-id="nav-item-inventory" 216 href="#/hardware-status/inventory" 217 > 218 219 appNavigation.inventory 220 221 </a> 222 <a 223 class="nav-link" 224 data-test-id="nav-item-sensors" 225 href="#/hardware-status/sensors" 226 > 227 228 appNavigation.sensors 229 230 </a> 231 </li> 232 </ul> 233 </transition-stub> 234 </li> 235 <li 236 class="nav-item" 237 > 238 <button 239 aria-controls="operations" 240 aria-expanded="false" 241 class="btn btn-link collapsed" 242 data-test-id="nav-button-operations" 243 type="button" 244 > 245 <svg 246 aria-hidden="true" 247 fill="currentColor" 248 focusable="false" 249 height="16" 250 preserveAspectRatio="xMidYMid meet" 251 viewBox="0 0 32 32" 252 width="16" 253 xmlns="http://www.w3.org/2000/svg" 254 > 255 <path 256 d="M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z" 257 /> 258 </svg> 259 260 appNavigation.operations 261 262 <svg 263 aria-hidden="true" 264 class="icon-expand" 265 fill="currentColor" 266 focusable="false" 267 height="16" 268 preserveAspectRatio="xMidYMid meet" 269 viewBox="0 0 16 16" 270 width="16" 271 xmlns="http://www.w3.org/2000/svg" 272 > 273 <path 274 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 275 /> 276 </svg> 277 </button> 278 279 <transition-stub 280 class="nav-item__nav" 281 css="true" 282 enteractiveclass="collapsing" 283 enterclass="" 284 entertoclass="collapse show" 285 leaveactiveclass="collapsing" 286 leaveclass="collapse show" 287 leavetoclass="collapse" 288 > 289 <ul 290 class="collapse" 291 id="operations" 292 style="display: none;" 293 > 294 <li 295 class="nav-item" 296 > 297 <a 298 class="nav-link" 299 data-test-id="nav-item-factory-reset" 300 href="#/operations/factory-reset" 301 > 302 303 appNavigation.factoryReset 304 305 </a> 306 <a 307 class="nav-link" 308 data-test-id="nav-item-kvm" 309 href="#/operations/kvm" 310 > 311 312 appNavigation.kvm 313 314 </a> 315 <a 316 class="nav-link" 317 data-test-id="nav-item-firmware" 318 href="#/operations/firmware" 319 > 320 321 appNavigation.firmware 322 323 </a> 324 <a 325 class="nav-link" 326 data-test-id="nav-item-manage-power-usage" 327 href="#/operations/manage-power-usage" 328 > 329 330 appNavigation.managePowerUsage 331 332 </a> 333 <a 334 class="nav-link" 335 data-test-id="nav-item-power-restore-policy" 336 href="#/operations/power-restore-policy" 337 > 338 339 appNavigation.powerRestorePolicy 340 341 </a> 342 <a 343 class="nav-link" 344 data-test-id="nav-item-reboot-bmc" 345 href="#/operations/reboot-bmc" 346 > 347 348 appNavigation.rebootBmc 349 350 </a> 351 <a 352 class="nav-link" 353 data-test-id="nav-item-serial-over-lan" 354 href="#/operations/serial-over-lan" 355 > 356 357 appNavigation.serialOverLan 358 359 </a> 360 <a 361 class="nav-link" 362 data-test-id="nav-item-server-power-operations" 363 href="#/operations/server-power-operations" 364 > 365 366 appNavigation.serverPowerOperations 367 368 </a> 369 <a 370 class="nav-link" 371 data-test-id="nav-item-virtual-media" 372 href="#/operations/virtual-media" 373 > 374 375 appNavigation.virtualMedia 376 377 </a> 378 </li> 379 </ul> 380 </transition-stub> 381 </li> 382 <li 383 class="nav-item" 384 > 385 <button 386 aria-controls="configuration" 387 aria-expanded="false" 388 class="btn btn-link collapsed" 389 data-test-id="nav-button-configuration" 390 type="button" 391 > 392 <svg 393 aria-hidden="true" 394 fill="currentColor" 395 focusable="false" 396 height="16" 397 preserveAspectRatio="xMidYMid meet" 398 viewBox="0 0 16 16" 399 width="16" 400 xmlns="http://www.w3.org/2000/svg" 401 > 402 <path 403 d="M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z" 404 /> 405 <path 406 d="M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z" 407 /> 408 </svg> 409 410 appNavigation.configuration 411 412 <svg 413 aria-hidden="true" 414 class="icon-expand" 415 fill="currentColor" 416 focusable="false" 417 height="16" 418 preserveAspectRatio="xMidYMid meet" 419 viewBox="0 0 16 16" 420 width="16" 421 xmlns="http://www.w3.org/2000/svg" 422 > 423 <path 424 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 425 /> 426 </svg> 427 </button> 428 429 <transition-stub 430 class="nav-item__nav" 431 css="true" 432 enteractiveclass="collapsing" 433 enterclass="" 434 entertoclass="collapse show" 435 leaveactiveclass="collapsing" 436 leaveclass="collapse show" 437 leavetoclass="collapse" 438 > 439 <ul 440 class="collapse" 441 id="configuration" 442 style="display: none;" 443 > 444 <li 445 class="nav-item" 446 > 447 <a 448 class="nav-link" 449 data-test-id="nav-item-date-time-settings" 450 href="#/configuration/date-time-settings" 451 > 452 453 appNavigation.dateTimeSettings 454 455 </a> 456 <a 457 class="nav-link" 458 data-test-id="nav-item-network-settings" 459 href="#/configuration/network-settings" 460 > 461 462 appNavigation.networkSettings 463 464 </a> 465 <a 466 class="nav-link" 467 data-test-id="nav-item-security-settings" 468 href="#/configuration/security-settings" 469 > 470 471 appNavigation.securitySettings 472 473 </a> 474 <a 475 class="nav-link" 476 data-test-id="nav-item-snmp-settings" 477 href="#/snmp-settings" 478 > 479 480 appNavigation.snmpSettings 481 482 </a> 483 </li> 484 </ul> 485 </transition-stub> 486 </li> 487 <li 488 class="nav-item" 489 > 490 <button 491 aria-controls="access-control" 492 aria-expanded="false" 493 class="btn btn-link collapsed" 494 data-test-id="nav-button-access-control" 495 type="button" 496 > 497 <svg 498 aria-hidden="true" 499 fill="currentColor" 500 focusable="false" 501 height="16" 502 preserveAspectRatio="xMidYMid meet" 503 viewBox="0 0 32 32" 504 width="16" 505 xmlns="http://www.w3.org/2000/svg" 506 > 507 <path 508 d="M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z" 509 /> 510 <circle 511 cx="22" 512 cy="10" 513 r="2" 514 /> 515 </svg> 516 517 appNavigation.accessControl 518 519 <svg 520 aria-hidden="true" 521 class="icon-expand" 522 fill="currentColor" 523 focusable="false" 524 height="16" 525 preserveAspectRatio="xMidYMid meet" 526 viewBox="0 0 16 16" 527 width="16" 528 xmlns="http://www.w3.org/2000/svg" 529 > 530 <path 531 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 532 /> 533 </svg> 534 </button> 535 536 <transition-stub 537 class="nav-item__nav" 538 css="true" 539 enteractiveclass="collapsing" 540 enterclass="" 541 entertoclass="collapse show" 542 leaveactiveclass="collapsing" 543 leaveclass="collapse show" 544 leavetoclass="collapse" 545 > 546 <ul 547 class="collapse" 548 id="access-control" 549 style="display: none;" 550 > 551 <li 552 class="nav-item" 553 > 554 <a 555 class="nav-link" 556 data-test-id="nav-item-client-sessions" 557 href="#/access-control/client-sessions" 558 > 559 560 appNavigation.clientSessions 561 562 </a> 563 <a 564 class="nav-link" 565 data-test-id="nav-item-ldap" 566 href="#/access-control/ldap" 567 > 568 569 appNavigation.ldap 570 571 </a> 572 <a 573 class="nav-link" 574 data-test-id="nav-item-local-user-management" 575 href="#/access-control/local-user-management" 576 > 577 578 appNavigation.localUserManagement 579 580 </a> 581 <a 582 class="nav-link" 583 data-test-id="nav-item-ssl-certificates" 584 href="#/access-control/ssl-certificates" 585 > 586 587 appNavigation.sslCertificates 588 589 </a> 590 </li> 591 </ul> 592 </transition-stub> 593 </li> 594 </ul> 595 </nav> 596 </div> 597 598 <transition-stub 599 name="fade" 600 > 601 <!----> 602 </transition-stub> 603</div> 604`; 605 606exports[`AppNavigation.vue should render with nav-container open 1`] = ` 607<div> 608 <div 609 class="nav-container" 610 > 611 <nav 612 aria-label="appNavigation.primaryNavigation" 613 > 614 <ul 615 class="nav mb-4 flex-column" 616 > 617 <li 618 class="nav-item" 619 data-test-id="nav-item-overview" 620 > 621 <a 622 aria-current="page" 623 class="nav-link router-link-exact-active router-link-active" 624 href="#/" 625 target="_self" 626 > 627 <svg 628 aria-hidden="true" 629 fill="currentColor" 630 focusable="false" 631 height="16" 632 preserveAspectRatio="xMidYMid meet" 633 viewBox="0 0 32 32" 634 width="16" 635 xmlns="http://www.w3.org/2000/svg" 636 > 637 <path 638 d="M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z" 639 /> 640 <path 641 d="M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z" 642 /> 643 </svg> 644 645 appNavigation.overview 646 647 </a> 648 </li> 649 <li 650 class="nav-item" 651 > 652 <button 653 aria-controls="logs" 654 aria-expanded="false" 655 class="btn btn-link collapsed" 656 data-test-id="nav-button-logs" 657 type="button" 658 > 659 <svg 660 aria-hidden="true" 661 fill="currentColor" 662 focusable="false" 663 height="16" 664 preserveAspectRatio="xMidYMid meet" 665 viewBox="0 0 32 32" 666 width="16" 667 xmlns="http://www.w3.org/2000/svg" 668 > 669 <path 670 d="M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z" 671 /> 672 <path 673 d="M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z" 674 /> 675 </svg> 676 677 appNavigation.logs 678 679 <svg 680 aria-hidden="true" 681 class="icon-expand" 682 fill="currentColor" 683 focusable="false" 684 height="16" 685 preserveAspectRatio="xMidYMid meet" 686 viewBox="0 0 16 16" 687 width="16" 688 xmlns="http://www.w3.org/2000/svg" 689 > 690 <path 691 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 692 /> 693 </svg> 694 </button> 695 696 <transition-stub 697 class="nav-item__nav" 698 css="true" 699 enteractiveclass="collapsing" 700 enterclass="" 701 entertoclass="collapse show" 702 leaveactiveclass="collapsing" 703 leaveclass="collapse show" 704 leavetoclass="collapse" 705 > 706 <ul 707 class="collapse" 708 id="logs" 709 style="display: none;" 710 > 711 <li 712 class="nav-item" 713 > 714 <a 715 class="nav-link" 716 data-test-id="nav-item-event-logs" 717 href="#/logs/event-logs" 718 > 719 720 appNavigation.eventLogs 721 722 </a> 723 <a 724 class="nav-link" 725 data-test-id="nav-item-post-code-logs" 726 href="#/logs/post-code-logs" 727 > 728 729 appNavigation.postCodeLogs 730 731 </a> 732 </li> 733 </ul> 734 </transition-stub> 735 </li> 736 <li 737 class="nav-item" 738 > 739 <button 740 aria-controls="hardware-status" 741 aria-expanded="false" 742 class="btn btn-link collapsed" 743 data-test-id="nav-button-hardware-status" 744 type="button" 745 > 746 <svg 747 aria-hidden="true" 748 fill="currentColor" 749 focusable="false" 750 height="16" 751 preserveAspectRatio="xMidYMid meet" 752 viewBox="0 0 32 32" 753 width="16" 754 xmlns="http://www.w3.org/2000/svg" 755 > 756 <path 757 d="M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" 758 /> 759 <circle 760 cx="11" 761 cy="8" 762 r="1" 763 /> 764 <circle 765 cx="11" 766 cy="16" 767 r="1" 768 /> 769 <circle 770 cx="11" 771 cy="24" 772 r="1" 773 /> 774 <path 775 d="M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z" 776 /> 777 </svg> 778 779 appNavigation.hardwareStatus 780 781 <svg 782 aria-hidden="true" 783 class="icon-expand" 784 fill="currentColor" 785 focusable="false" 786 height="16" 787 preserveAspectRatio="xMidYMid meet" 788 viewBox="0 0 16 16" 789 width="16" 790 xmlns="http://www.w3.org/2000/svg" 791 > 792 <path 793 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 794 /> 795 </svg> 796 </button> 797 798 <transition-stub 799 class="nav-item__nav" 800 css="true" 801 enteractiveclass="collapsing" 802 enterclass="" 803 entertoclass="collapse show" 804 leaveactiveclass="collapsing" 805 leaveclass="collapse show" 806 leavetoclass="collapse" 807 > 808 <ul 809 class="collapse" 810 id="hardware-status" 811 style="display: none;" 812 > 813 <li 814 class="nav-item" 815 > 816 <a 817 class="nav-link" 818 data-test-id="nav-item-inventory" 819 href="#/hardware-status/inventory" 820 > 821 822 appNavigation.inventory 823 824 </a> 825 <a 826 class="nav-link" 827 data-test-id="nav-item-sensors" 828 href="#/hardware-status/sensors" 829 > 830 831 appNavigation.sensors 832 833 </a> 834 </li> 835 </ul> 836 </transition-stub> 837 </li> 838 <li 839 class="nav-item" 840 > 841 <button 842 aria-controls="operations" 843 aria-expanded="false" 844 class="btn btn-link collapsed" 845 data-test-id="nav-button-operations" 846 type="button" 847 > 848 <svg 849 aria-hidden="true" 850 fill="currentColor" 851 focusable="false" 852 height="16" 853 preserveAspectRatio="xMidYMid meet" 854 viewBox="0 0 32 32" 855 width="16" 856 xmlns="http://www.w3.org/2000/svg" 857 > 858 <path 859 d="M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z" 860 /> 861 </svg> 862 863 appNavigation.operations 864 865 <svg 866 aria-hidden="true" 867 class="icon-expand" 868 fill="currentColor" 869 focusable="false" 870 height="16" 871 preserveAspectRatio="xMidYMid meet" 872 viewBox="0 0 16 16" 873 width="16" 874 xmlns="http://www.w3.org/2000/svg" 875 > 876 <path 877 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 878 /> 879 </svg> 880 </button> 881 882 <transition-stub 883 class="nav-item__nav" 884 css="true" 885 enteractiveclass="collapsing" 886 enterclass="" 887 entertoclass="collapse show" 888 leaveactiveclass="collapsing" 889 leaveclass="collapse show" 890 leavetoclass="collapse" 891 > 892 <ul 893 class="collapse" 894 id="operations" 895 style="display: none;" 896 > 897 <li 898 class="nav-item" 899 > 900 <a 901 class="nav-link" 902 data-test-id="nav-item-factory-reset" 903 href="#/operations/factory-reset" 904 > 905 906 appNavigation.factoryReset 907 908 </a> 909 <a 910 class="nav-link" 911 data-test-id="nav-item-kvm" 912 href="#/operations/kvm" 913 > 914 915 appNavigation.kvm 916 917 </a> 918 <a 919 class="nav-link" 920 data-test-id="nav-item-firmware" 921 href="#/operations/firmware" 922 > 923 924 appNavigation.firmware 925 926 </a> 927 <a 928 class="nav-link" 929 data-test-id="nav-item-manage-power-usage" 930 href="#/operations/manage-power-usage" 931 > 932 933 appNavigation.managePowerUsage 934 935 </a> 936 <a 937 class="nav-link" 938 data-test-id="nav-item-power-restore-policy" 939 href="#/operations/power-restore-policy" 940 > 941 942 appNavigation.powerRestorePolicy 943 944 </a> 945 <a 946 class="nav-link" 947 data-test-id="nav-item-reboot-bmc" 948 href="#/operations/reboot-bmc" 949 > 950 951 appNavigation.rebootBmc 952 953 </a> 954 <a 955 class="nav-link" 956 data-test-id="nav-item-serial-over-lan" 957 href="#/operations/serial-over-lan" 958 > 959 960 appNavigation.serialOverLan 961 962 </a> 963 <a 964 class="nav-link" 965 data-test-id="nav-item-server-power-operations" 966 href="#/operations/server-power-operations" 967 > 968 969 appNavigation.serverPowerOperations 970 971 </a> 972 <a 973 class="nav-link" 974 data-test-id="nav-item-virtual-media" 975 href="#/operations/virtual-media" 976 > 977 978 appNavigation.virtualMedia 979 980 </a> 981 </li> 982 </ul> 983 </transition-stub> 984 </li> 985 <li 986 class="nav-item" 987 > 988 <button 989 aria-controls="configuration" 990 aria-expanded="false" 991 class="btn btn-link collapsed" 992 data-test-id="nav-button-configuration" 993 type="button" 994 > 995 <svg 996 aria-hidden="true" 997 fill="currentColor" 998 focusable="false" 999 height="16" 1000 preserveAspectRatio="xMidYMid meet" 1001 viewBox="0 0 16 16" 1002 width="16" 1003 xmlns="http://www.w3.org/2000/svg" 1004 > 1005 <path 1006 d="M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z" 1007 /> 1008 <path 1009 d="M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z" 1010 /> 1011 </svg> 1012 1013 appNavigation.configuration 1014 1015 <svg 1016 aria-hidden="true" 1017 class="icon-expand" 1018 fill="currentColor" 1019 focusable="false" 1020 height="16" 1021 preserveAspectRatio="xMidYMid meet" 1022 viewBox="0 0 16 16" 1023 width="16" 1024 xmlns="http://www.w3.org/2000/svg" 1025 > 1026 <path 1027 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 1028 /> 1029 </svg> 1030 </button> 1031 1032 <transition-stub 1033 class="nav-item__nav" 1034 css="true" 1035 enteractiveclass="collapsing" 1036 enterclass="" 1037 entertoclass="collapse show" 1038 leaveactiveclass="collapsing" 1039 leaveclass="collapse show" 1040 leavetoclass="collapse" 1041 > 1042 <ul 1043 class="collapse" 1044 id="configuration" 1045 style="display: none;" 1046 > 1047 <li 1048 class="nav-item" 1049 > 1050 <a 1051 class="nav-link" 1052 data-test-id="nav-item-date-time-settings" 1053 href="#/configuration/date-time-settings" 1054 > 1055 1056 appNavigation.dateTimeSettings 1057 1058 </a> 1059 <a 1060 class="nav-link" 1061 data-test-id="nav-item-network-settings" 1062 href="#/configuration/network-settings" 1063 > 1064 1065 appNavigation.networkSettings 1066 1067 </a> 1068 <a 1069 class="nav-link" 1070 data-test-id="nav-item-security-settings" 1071 href="#/configuration/security-settings" 1072 > 1073 1074 appNavigation.securitySettings 1075 1076 </a> 1077 <a 1078 class="nav-link" 1079 data-test-id="nav-item-snmp-settings" 1080 href="#/snmp-settings" 1081 > 1082 1083 appNavigation.snmpSettings 1084 1085 </a> 1086 </li> 1087 </ul> 1088 </transition-stub> 1089 </li> 1090 <li 1091 class="nav-item" 1092 > 1093 <button 1094 aria-controls="access-control" 1095 aria-expanded="false" 1096 class="btn btn-link collapsed" 1097 data-test-id="nav-button-access-control" 1098 type="button" 1099 > 1100 <svg 1101 aria-hidden="true" 1102 fill="currentColor" 1103 focusable="false" 1104 height="16" 1105 preserveAspectRatio="xMidYMid meet" 1106 viewBox="0 0 32 32" 1107 width="16" 1108 xmlns="http://www.w3.org/2000/svg" 1109 > 1110 <path 1111 d="M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z" 1112 /> 1113 <circle 1114 cx="22" 1115 cy="10" 1116 r="2" 1117 /> 1118 </svg> 1119 1120 appNavigation.accessControl 1121 1122 <svg 1123 aria-hidden="true" 1124 class="icon-expand" 1125 fill="currentColor" 1126 focusable="false" 1127 height="16" 1128 preserveAspectRatio="xMidYMid meet" 1129 viewBox="0 0 16 16" 1130 width="16" 1131 xmlns="http://www.w3.org/2000/svg" 1132 > 1133 <path 1134 d="M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z" 1135 /> 1136 </svg> 1137 </button> 1138 1139 <transition-stub 1140 class="nav-item__nav" 1141 css="true" 1142 enteractiveclass="collapsing" 1143 enterclass="" 1144 entertoclass="collapse show" 1145 leaveactiveclass="collapsing" 1146 leaveclass="collapse show" 1147 leavetoclass="collapse" 1148 > 1149 <ul 1150 class="collapse" 1151 id="access-control" 1152 style="display: none;" 1153 > 1154 <li 1155 class="nav-item" 1156 > 1157 <a 1158 class="nav-link" 1159 data-test-id="nav-item-client-sessions" 1160 href="#/access-control/client-sessions" 1161 > 1162 1163 appNavigation.clientSessions 1164 1165 </a> 1166 <a 1167 class="nav-link" 1168 data-test-id="nav-item-ldap" 1169 href="#/access-control/ldap" 1170 > 1171 1172 appNavigation.ldap 1173 1174 </a> 1175 <a 1176 class="nav-link" 1177 data-test-id="nav-item-local-user-management" 1178 href="#/access-control/local-user-management" 1179 > 1180 1181 appNavigation.localUserManagement 1182 1183 </a> 1184 <a 1185 class="nav-link" 1186 data-test-id="nav-item-ssl-certificates" 1187 href="#/access-control/ssl-certificates" 1188 > 1189 1190 appNavigation.sslCertificates 1191 1192 </a> 1193 </li> 1194 </ul> 1195 </transition-stub> 1196 </li> 1197 </ul> 1198 </nav> 1199 </div> 1200 1201 <transition-stub 1202 name="fade" 1203 > 1204 <!----> 1205 </transition-stub> 1206</div> 1207`; 1208