Skip to content

Commit b9d7995

Browse files
committed
feat: added Azure resources links in Integrations tab
Changelog: Title Ticket: MENWEB-283 Signed-off-by: Michael Clelland <michael.clelland@mender.io>
1 parent 20d329b commit b9d7995

9 files changed

Lines changed: 344 additions & 202 deletions

File tree

src/assets/img/azure-iot-hub.png

10 KB
Loading

src/js/components/artifacts/__snapshots__/releaserepository.test.js.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ exports[`ReleaseRepository Component renders correctly 1`] = `
4747
>
4848
<div
4949
class="dropzone"
50-
role="presentation"
50+
role="button"
5151
tabindex="0"
5252
>
5353
<input
54+
autocomplete="off"
5455
style="display: none;"
5556
tabindex="-1"
5657
type="file"

src/js/components/artifacts/dialogs/__snapshots__/addartifact.test.js.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,12 @@ exports[`AddArtifact Component renders correctly 1`] = `
381381
>
382382
<div
383383
class="dashboard-placeholder fadeIn onboard dropzone"
384-
role="presentation"
384+
role="button"
385385
style="top: 0px;"
386386
tabindex="0"
387387
>
388388
<input
389+
autocomplete="off"
389390
style="display: none;"
390391
tabindex="-1"
391392
type="file"

src/js/components/devices/dialogs/__snapshots__/preauth-dialog.test.js.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,11 +799,12 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-9:focus::-ms-input-p
799799
<div>
800800
<div
801801
class="dropzone onboard dashboard-placeholder flexbox centered"
802-
role="presentation"
802+
role="button"
803803
style="padding: 15px;"
804804
tabindex="0"
805805
>
806806
<input
807+
autocomplete="off"
807808
style="display: none;"
808809
tabindex="-1"
809810
type="file"

0 commit comments

Comments
 (0)