Skip to content

Commit 2ebf83d

Browse files
committed
feat(pci.projects.project.creating): display images into loader
1 parent f78a276 commit 2ebf83d

15 files changed

+124
-21
lines changed

packages/manager/apps/public-cloud/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Environment } from '@ovh-ux/manager-config';
44
/* eslint-disable import/no-webpack-loader-syntax, import/extensions */
55
import 'script-loader!jquery';
66
import angular from 'angular';
7+
import 'angular-animate';
78
import uiRouter, { RejectType } from '@uirouter/angularjs';
89
import 'script-loader!lodash';
910
import 'script-loader!jquery-ui/ui/minified/core.min';
@@ -59,6 +60,7 @@ angular
5960
navbar,
6061
preload,
6162
walkMe,
63+
'ngAnimate',
6264
].filter(value => value !== null)) // Remove null because __NG_APP_INJECTIONS__ can be null
6365
.controller('PublicCloudController', controller)
6466
.service('publicCloud', service)

packages/manager/modules/pci/src/projects/new/new.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="pci-projects-new h-100">
2-
<div class="container-fluid h-100">
3-
<div class="row h-100 justify-content-md-center">
4-
<div class="col-md-7 p-4 p-md-5 bg-white h-100" style="overflow: auto;">
2+
<div class="container-fluid overflow-auto h-100">
3+
<div class="row minh-100 justify-content-md-center">
4+
<div class="col-md-7 p-4 p-md-5 bg-white minh-100">
55
<div class="p-0 p-md-5">
66
<!-- progress -->
77
<div class="oui-progress-tracker mx-auto mb-5">
13.6 KB
Loading
21.2 KB
Loading
16.6 KB
Loading
70.7 KB
Loading
44.3 KB
Loading
43.8 KB
Loading
39.3 KB
Loading
42.3 KB
Loading

0 commit comments

Comments
 (0)