File tree Expand file tree Collapse file tree 10 files changed +10
-17
lines changed
packages/manager/modules/pci/src/projects Expand file tree Collapse file tree 10 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 22 < h1 data-translate ="pci_projects_project_failoverip_title "> </ h1 >
33 < div >
44 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
5- < oui-datagrid data-rows ="$ctrl.failoverIps " data-page-size =" 5 " >
5+ < oui-datagrid data-rows ="$ctrl.failoverIps ">
66 < extra-top >
77 < a class ="oui-button oui-button_secondary oui-button_icon-left mb-3 " data-ui-sref ="pci.projects.project.failover-ips.imports ">
88 < span class ="oui-icon oui-icon-add " aria-hidden ="true "> </ span >
Original file line number Diff line number Diff line change 22 < h1 data-translate ="pci_projects_project_failoverip_imports_title "> </ h1 >
33 < div >
44 < oui-datagrid
5- data-rows ="$ctrl.ips "
6- data-page-size ="5 ">
5+ data-rows ="$ctrl.ips ">
76 < oui-column
87 data-title =":: 'pci_projects_project_failoverip_imports_block' | translate "
98 data-property ="ip "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h1 data-translate="pci_projects_project_network_private"></h1>
1111 </ oui-button >
1212 </ pci-project-private-networks-empty >
1313
14- < oui-datagrid data-rows ="$ctrl.privateNetworks " data-row-loader ="$ctrl.getCIDR($row) " page-size =" 5 " data-ng-if ="$ctrl.privateNetworks.length > 0 ">
14+ < oui-datagrid data-rows ="$ctrl.privateNetworks " data-row-loader ="$ctrl.getCIDR($row) " data-ng-if ="$ctrl.privateNetworks.length > 0 ">
1515 < extra-top >
1616 < button
1717 class ="oui-button oui-button_secondary oui-button_icon-left mb-2 "
Original file line number Diff line number Diff line change 11< h1 data-translate ="pci_projects_project_sshKeys_title "> </ h1 >
22< cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
33< oui-datagrid
4- data-rows ="$ctrl.keys "
5- data-page-size ="5 ">
4+ data-rows ="$ctrl.keys ">
65 < extra-top >
76 < a class ="oui-button oui-button_secondary oui-button_icon-left mb-3 " data-ui-sref ="pci.projects.project.sshKeys.add ">
87 < span class ="oui-icon oui-icon-add " aria-hidden ="true "> </ span >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ <h1 data-translate="pci_projects_project_storages_blocks_title"></h1>
66 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
77
88 < oui-datagrid
9- data-rows ="$ctrl.storages "
10- data-page-size ="5 ">
9+ data-rows ="$ctrl.storages ">
1110 < oui-column
1211 data-title ="'pci_projects_project_storages_blocks_name_label' | translate "
1312 data-property ="name "
Original file line number Diff line number Diff line change 5656
5757 < oui-datagrid
5858 data-rows ="$ctrl.container.objects "
59- data-columns-parameters ="$ctrl.columnsParameters "
60- data-page-size ="25 ">
59+ data-columns-parameters ="$ctrl.columnsParameters ">
6160 < oui-column
6261 data-title =":: 'pci_projects_project_storages_containers_container_name_label' | translate "
6362 data-property ="name "
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ <h1 data-ng-bind="'pci_projects_project_storages_containers_' + ($ctrl.archive ?
66 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
77
88 < oui-datagrid
9- data-rows ="$ctrl.containers "
10- data-page-size ="25 ">
9+ data-rows ="$ctrl.containers ">
1110 < oui-column
1211 data-title ="'pci_projects_project_storages_containers_name_label' | translate "
1312 data-property ="name "
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ <h1 data-translate="pci_projects_project_storages_instance-backups_title"></h1>
55 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
66
77 < oui-datagrid
8- data-rows ="$ctrl.instanceBackups "
9- data-page-size ="5 ">
8+ data-rows ="$ctrl.instanceBackups ">
109 < oui-column
1110 data-title ="'pci_projects_project_storages_instance-backups_name_label' | translate "
1211 data-property ="name "
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ <h1 data-translate="pci_projects_project_storages_snapshots_title"></h1>
66 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
77
88 < oui-datagrid
9- data-rows ="$ctrl.snapshots "
10- data-page-size ="5 ">
9+ data-rows ="$ctrl.snapshots ">
1110 < oui-column
1211 data-title ="'pci_projects_project_storages_snapshots_name_label' | translate "
1312 data-property ="name "
Original file line number Diff line number Diff line change 11< div class ="w-100 " data-ui-view >
22 < h1 data-translate ="pci_projects "> </ h1 >
3- < oui-datagrid rows-loader ="$ctrl.loadPartialData($config) " row-loader ="$ctrl.loadRow($row) " page-size =" 5 " >
3+ < oui-datagrid rows-loader ="$ctrl.loadPartialData($config) " row-loader ="$ctrl.loadRow($row) ">
44 < oui-column title =":: 'pci_projects_description' | translate " property ="description " type ="string ">
55 < a data-ui-sref ="pci.projects.project({ projectId: $row.serviceName }) " data-ng-bind ="::$value "> </ a >
66 </ oui-column >
You can’t perform that action at this time.
0 commit comments