File tree Expand file tree Collapse file tree 3 files changed +19
-12
lines changed
packages/manager/modules/pci/src/projects/project/storages/blocks/help Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import 'angular-translate';
44
55import snapshotTemplate from './snapshot.html' ;
66
7+ import './snapshot.less' ;
8+
79const moduleName = 'ovhManagerPciStoragesBlocksHelp' ;
810
911angular
Original file line number Diff line number Diff line change 1- < p >
2- < span class ="d-block " data-translate ="pci_projects_project_storages_blocks_help_snapshot_title "> </ span >
3- < span data-translate ="pci_projects_project_storages_blocks_help_snapshot_description "> </ span >
4- </ p >
5-
6- < button type ="button " class ="oui-link "
7- data-ng-click ="$ctrl.hideHelp('snapshot') "
8- data-translate ="pci_projects_project_storages_blocks_help_dismiss "
9- data-ng-show ="!$ctrl.updateHelp "> </ button >
10-
11- < oui-spinner data-size ="s "
12- data-ng-show ="$ctrl.updateHelp "> </ oui-spinner >
1+ < div class ="pci-projects-storages-blocks-help-snapshot ">
2+ < p >
3+ < span class ="d-block " data-translate ="pci_projects_project_storages_blocks_help_snapshot_title "> </ span >
4+ < span data-translate ="pci_projects_project_storages_blocks_help_snapshot_description "> </ span >
5+ </ p >
6+
7+ < button type ="button " class ="oui-link "
8+ data-ng-click ="$ctrl.hideHelp('snapshot') "
9+ data-translate ="pci_projects_project_storages_blocks_help_dismiss "
10+ data-ng-show ="!$ctrl.updateHelp "> </ button >
11+
12+ < oui-spinner data-size ="s "
13+ data-ng-show ="$ctrl.updateHelp "> </ oui-spinner >
14+ </ div >
Original file line number Diff line number Diff line change 1+ .pci-projects-storages-blocks-help-snapshot {
2+ min-width : 220px ;
3+ }
You can’t perform that action at this time.
0 commit comments