- {templateFiles?.dockerCompose && (
-
-
- Docker Compose
-
- docker-compose.yml
-
-
-
-
-
- )}
- {templateFiles?.config && (
-
-
- Configuration
-
- template.yml
-
-
-
-
-
-
- )}
- {(templateFiles?.dockerCompose || templateFiles?.config) && (
-
-
- Base64 Configuration
-
- Encoded template files
-
-
-
-
-
+ {modalLoading ? (
+
+
+
Loading template files...
+
+ ) : (
+
+ {(templateFiles?.dockerCompose || templateFiles?.config) && (
+
+
+
+
+
+
-
- )}
- {!templateFiles?.dockerCompose && !templateFiles?.config && (
-
-
- No configuration files available for this template.
-
-
- )}
-
- )}
+ )}
+
+
+
+ Docker Compose
+
+ Configuration
+
+
+ {templateFiles?.dockerCompose && (
+
+
+
+
+
+
+ )}
+
+
+
+ {templateFiles?.config && (
+
+
+
+
+
+
+
+ )}
+
+
+
+ {!templateFiles?.dockerCompose && !templateFiles?.config && (
+
+
+ No configuration files available for this template.
+
+
+ )}
+
+ )}
+