-
- Custom template could not be loaded, please
- click here for configuration.
-
- Custom template could not be loaded, please contact your administrator.
+
+
+
+ Custom template could not be loaded, please
+ click here for configuration.
+
+ Custom template could not be loaded, please contact your
+ administrator.
+
diff --git a/app/portainer/react/components/index.ts b/app/portainer/react/components/index.ts
index fe51675cd..db071b5f5 100644
--- a/app/portainer/react/components/index.ts
+++ b/app/portainer/react/components/index.ts
@@ -38,6 +38,7 @@ import { BETeaserButton } from '@@/BETeaserButton';
import { CodeEditor } from '@@/CodeEditor';
import { HelpLink } from '@@/HelpLink';
import { TextTip } from '@@/Tip/TextTip';
+import { InlineLoader } from '@@/InlineLoader/InlineLoader';
import { fileUploadField } from './file-upload-field';
import { switchField } from './switch-field';
@@ -244,6 +245,10 @@ export const ngModule = angular
'childrenWrapperClassName',
])
)
+ .component(
+ 'inlineLoader',
+ r2a(InlineLoader, ['children', 'className', 'size'])
+ )
.component(
'groupAssociationTable',
r2a(withReactQuery(GroupAssociationTable), [
diff --git a/app/portainer/views/stacks/create/createstack.html b/app/portainer/views/stacks/create/createstack.html
index 4ddd88261..4674c6e3a 100644
--- a/app/portainer/views/stacks/create/createstack.html
+++ b/app/portainer/views/stacks/create/createstack.html
@@ -107,14 +107,16 @@
on-change="(onChangeTemplateVariables)"
>
-
-
- Custom template could not be loaded, please
- click here for configuration.
-
- Custom template could not be loaded, please contact your administrator.
+
+
+
+ Custom template could not be loaded, please
+ click here for configuration.
+
+ Custom template could not be loaded, please contact your administrator.
+