File tree Expand file tree Collapse file tree 4 files changed +36
-60
lines changed
horizontalPodAutoscaler/__snapshots__
podDisruptionBudget/__snapshots__
priorityClass/__snapshots__
resourceQuota/__snapshots__ Expand file tree Collapse file tree 4 files changed +36
-60
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ exports[`Storyshots hpa/HpaDetailsView Default 1`] = `
11
11
<div
12
12
class="MuiBox-root MuiBox-root"
13
13
>
14
- <a
15
- aria-disabled="false"
14
+ <button
16
15
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
17
- href="/"
18
- role="button"
19
16
tabindex="0"
17
+ type="button"
20
18
>
21
19
<span
22
20
class="MuiButton-label"
@@ -36,7 +34,7 @@ exports[`Storyshots hpa/HpaDetailsView Default 1`] = `
36
34
<span
37
35
class="MuiTouchRipple-root"
38
36
/>
39
- </a >
37
+ </button >
40
38
<div
41
39
class="MuiBox-root MuiBox-root"
42
40
>
@@ -413,12 +411,10 @@ exports[`Storyshots hpa/HpaDetailsView Error 1`] = `
413
411
<div
414
412
class="MuiBox-root MuiBox-root"
415
413
>
416
- <a
417
- aria-disabled="false"
414
+ <button
418
415
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
419
- href="/"
420
- role="button"
421
416
tabindex="0"
417
+ type="button"
422
418
>
423
419
<span
424
420
class="MuiButton-label"
@@ -438,7 +434,7 @@ exports[`Storyshots hpa/HpaDetailsView Error 1`] = `
438
434
<span
439
435
class="MuiTouchRipple-root"
440
436
/>
441
- </a >
437
+ </button >
442
438
<div
443
439
class="MuiBox-root MuiBox-root"
444
440
>
@@ -498,12 +494,10 @@ exports[`Storyshots hpa/HpaDetailsView No Item Yet 1`] = `
498
494
<div
499
495
class="MuiBox-root MuiBox-root"
500
496
>
501
- <a
502
- aria-disabled="false"
497
+ <button
503
498
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
504
- href="/"
505
- role="button"
506
499
tabindex="0"
500
+ type="button"
507
501
>
508
502
<span
509
503
class="MuiButton-label"
@@ -523,7 +517,7 @@ exports[`Storyshots hpa/HpaDetailsView No Item Yet 1`] = `
523
517
<span
524
518
class="MuiTouchRipple-root"
525
519
/>
526
- </a >
520
+ </button >
527
521
<div
528
522
class="MuiBox-root MuiBox-root"
529
523
>
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ exports[`Storyshots pdb/PDBDetailsView Default 1`] = `
11
11
<div
12
12
class="MuiBox-root MuiBox-root"
13
13
>
14
- <a
15
- aria-disabled="false"
14
+ <button
16
15
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
17
- href="/"
18
- role="button"
19
16
tabindex="0"
17
+ type="button"
20
18
>
21
19
<span
22
20
class="MuiButton-label"
@@ -36,7 +34,7 @@ exports[`Storyshots pdb/PDBDetailsView Default 1`] = `
36
34
<span
37
35
class="MuiTouchRipple-root"
38
36
/>
39
- </a >
37
+ </button >
40
38
<div
41
39
class="MuiBox-root MuiBox-root"
42
40
>
@@ -372,12 +370,10 @@ exports[`Storyshots pdb/PDBDetailsView Error 1`] = `
372
370
<div
373
371
class="MuiBox-root MuiBox-root"
374
372
>
375
- <a
376
- aria-disabled="false"
373
+ <button
377
374
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
378
- href="/"
379
- role="button"
380
375
tabindex="0"
376
+ type="button"
381
377
>
382
378
<span
383
379
class="MuiButton-label"
@@ -397,7 +393,7 @@ exports[`Storyshots pdb/PDBDetailsView Error 1`] = `
397
393
<span
398
394
class="MuiTouchRipple-root"
399
395
/>
400
- </a >
396
+ </button >
401
397
<div
402
398
class="MuiBox-root MuiBox-root"
403
399
>
@@ -457,12 +453,10 @@ exports[`Storyshots pdb/PDBDetailsView No Item Yet 1`] = `
457
453
<div
458
454
class="MuiBox-root MuiBox-root"
459
455
>
460
- <a
461
- aria-disabled="false"
456
+ <button
462
457
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
463
- href="/"
464
- role="button"
465
458
tabindex="0"
459
+ type="button"
466
460
>
467
461
<span
468
462
class="MuiButton-label"
@@ -482,7 +476,7 @@ exports[`Storyshots pdb/PDBDetailsView No Item Yet 1`] = `
482
476
<span
483
477
class="MuiTouchRipple-root"
484
478
/>
485
- </a >
479
+ </button >
486
480
<div
487
481
class="MuiBox-root MuiBox-root"
488
482
>
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView Default 1`] = `
11
11
<div
12
12
class="MuiBox-root MuiBox-root"
13
13
>
14
- <a
15
- aria-disabled="false"
14
+ <button
16
15
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
17
- href="/"
18
- role="button"
19
16
tabindex="0"
17
+ type="button"
20
18
>
21
19
<span
22
20
class="MuiButton-label"
@@ -36,7 +34,7 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView Default 1`] = `
36
34
<span
37
35
class="MuiTouchRipple-root"
38
36
/>
39
- </a >
37
+ </button >
40
38
<div
41
39
class="MuiBox-root MuiBox-root"
42
40
>
@@ -323,12 +321,10 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView Error 1`] = `
323
321
<div
324
322
class="MuiBox-root MuiBox-root"
325
323
>
326
- <a
327
- aria-disabled="false"
324
+ <button
328
325
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
329
- href="/"
330
- role="button"
331
326
tabindex="0"
327
+ type="button"
332
328
>
333
329
<span
334
330
class="MuiButton-label"
@@ -348,7 +344,7 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView Error 1`] = `
348
344
<span
349
345
class="MuiTouchRipple-root"
350
346
/>
351
- </a >
347
+ </button >
352
348
<div
353
349
class="MuiBox-root MuiBox-root"
354
350
>
@@ -408,12 +404,10 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView No Item Yet 1`] =
408
404
<div
409
405
class="MuiBox-root MuiBox-root"
410
406
>
411
- <a
412
- aria-disabled="false"
407
+ <button
413
408
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
414
- href="/"
415
- role="button"
416
409
tabindex="0"
410
+ type="button"
417
411
>
418
412
<span
419
413
class="MuiButton-label"
@@ -433,7 +427,7 @@ exports[`Storyshots PriorityClasses/PriorityClassesDetailsView No Item Yet 1`] =
433
427
<span
434
428
class="MuiTouchRipple-root"
435
429
/>
436
- </a >
430
+ </button >
437
431
<div
438
432
class="MuiBox-root MuiBox-root"
439
433
>
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView Default 1`] = `
11
11
<div
12
12
class="MuiBox-root MuiBox-root"
13
13
>
14
- <a
15
- aria-disabled="false"
14
+ <button
16
15
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
17
- href="/"
18
- role="button"
19
16
tabindex="0"
17
+ type="button"
20
18
>
21
19
<span
22
20
class="MuiButton-label"
@@ -36,7 +34,7 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView Default 1`] = `
36
34
<span
37
35
class="MuiTouchRipple-root"
38
36
/>
39
- </a >
37
+ </button >
40
38
<div
41
39
class="MuiBox-root MuiBox-root"
42
40
>
@@ -319,12 +317,10 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView Error 1`] = `
319
317
<div
320
318
class="MuiBox-root MuiBox-root"
321
319
>
322
- <a
323
- aria-disabled="false"
320
+ <button
324
321
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
325
- href="/"
326
- role="button"
327
322
tabindex="0"
323
+ type="button"
328
324
>
329
325
<span
330
326
class="MuiButton-label"
@@ -344,7 +340,7 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView Error 1`] = `
344
340
<span
345
341
class="MuiTouchRipple-root"
346
342
/>
347
- </a >
343
+ </button >
348
344
<div
349
345
class="MuiBox-root MuiBox-root"
350
346
>
@@ -404,12 +400,10 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView No Item Yet 1`] = `
404
400
<div
405
401
class="MuiBox-root MuiBox-root"
406
402
>
407
- <a
408
- aria-disabled="false"
403
+ <button
409
404
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSizeSmall MuiButton-sizeSmall"
410
- href="/"
411
- role="button"
412
405
tabindex="0"
406
+ type="button"
413
407
>
414
408
<span
415
409
class="MuiButton-label"
@@ -429,7 +423,7 @@ exports[`Storyshots ResourceQuota/ResourceQuotaDetailsView No Item Yet 1`] = `
429
423
<span
430
424
class="MuiTouchRipple-root"
431
425
/>
432
- </a >
426
+ </button >
433
427
<div
434
428
class="MuiBox-root MuiBox-root"
435
429
>
You can’t perform that action at this time.
0 commit comments