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
<divclass="alert alert-success" ng-show="saved && (status === 'Ok' || status === 'ImageProcessorWebCompatibility' || status === 'ImageProcessorWebConfigError')">
38
-
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
39
-
</div>
40
-
<divclass="alert alert-info" ng-show="saved && status === 'ImageProcessorWebCompatibility'">
41
-
<strong>Warning!</strong> You need to upgrade the installed version of ImageProcessor.Web to v4.3.2+ (reinstall this package once you've updated) 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>
42
-
</div>
43
-
<divclass="alert alert-info" ng-show="saved && status === 'ImageProcessorWebConfigError'">
44
-
<strong>Warning!</strong> The installer was unable to configure ImageProcessor.Web, please see documentation to fix the issue <ahref="https://our.umbraco.org/projects/collaboration/umbracofilesystemprovidersazure/" target="_blank">https://our.umbraco.org/projects/collaboration/umbracofilesystemprovidersazure/</a>
45
-
</div>
46
-
<divclass="alert alert-error" ng-show="saved && status != 'Ok' && status != 'ImageProcessorWebCompatibility'">
47
-
<strong>Oh no</strong>, something went wrong saving, please check Umbraco log files for exceptions
48
-
</div>
49
-
<divclass="alert alert-error" ng-show="!saved && status === 'ConnectionError'">
50
-
<strong>Oh no</strong>, there was something wrong with your Azure connection string, please check and try again, more info in the Umbraco log files
51
-
</div>
35
+
<divclass="row">
36
+
<div>
37
+
<divclass="alert alert-success" ng-show="saved && (status === 'Ok' || status === 'ImageProcessorWebCompatibility' || status === 'ImageProcessorWebConfigError')">
38
+
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
39
+
</div>
40
+
<divclass="alert alert-info" ng-show="saved && status === 'ImageProcessorWebCompatibility'">
41
+
<strong>Warning!</strong> You need to upgrade the installed version of ImageProcessor.Web to v4.3.2+ (reinstall this package once you've updated) 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>
42
+
</div>
43
+
<divclass="alert alert-info" ng-show="saved && status === 'ImageProcessorWebConfigError'">
44
+
<strong>Warning!</strong> The installer was unable to configure ImageProcessor.Web, please see documentation to fix the issue <ahref="https://our.umbraco.org/projects/collaboration/umbracofilesystemprovidersazure/" target="_blank">https://our.umbraco.org/projects/collaboration/umbracofilesystemprovidersazure/</a>
45
+
</div>
46
+
<divclass="alert alert-error" ng-show="saved && status != 'Ok' && status != 'ImageProcessorWebCompatibility'">
47
+
<strong>Oh no</strong>, something went wrong saving, please check Umbraco log files for exceptions
48
+
</div>
49
+
<divclass="alert alert-error" ng-show="!saved && status === 'ConnectionError'">
50
+
<strong>Oh no</strong>, there was something wrong with your Azure connection string, please check and try again, more info in the Umbraco log files
0 commit comments