You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views/Configure.ascx
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,13 @@
43
43
</div>
44
44
45
45
<divclass="row">
46
-
<divclass="alert alert-success"ng-show="saved && status === 'Ok'">
46
+
<divclass="alert alert-success"ng-show="saved && (status === 'Ok' || status === 'ImageProcessorWebCompatibility')">
47
47
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
48
48
</div>
49
-
<divclass="alert alert-error"ng-show="saved && status != 'Ok'">
49
+
<divclass="alert alert-info"ng-show="saved && status === 'ImageProcessorWebCompatibility'">
50
+
<strong>Warning!</strong> You need to upgrade the installed version of ImageProcessor.Web to be fully compatible with this package <ahref="https://our.umbraco.org/projects/collaboration/imageprocessor/"target="_blank">https://our.umbraco.org/projects/collaboration/imageprocessor/</a>
51
+
</div>
52
+
<divclass="alert alert-error"ng-show="saved && status != 'Ok' && status != 'ImageProcessorWebCompatibility'">
50
53
<strong>Oh no</strong>, something went wrong saving, please check Umbraco log files for exceptions
51
54
</div>
52
55
<divclass="alert alert-error"ng-show="!saved && status === 'ConnectionError'">
0 commit comments