File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
packages/manager/modules/pci/src/projects/project Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,28 @@ <h1 data-translate="pci_projects_project_failoverip_title"></h1>
99 < span data-translate ="pci_projects_project_failoverip_import "> </ span >
1010 </ a >
1111 </ extra-top >
12- < oui-column data-title =":: 'pci_projects_project_failoverip_block' | translate " data-property ="block " data-type ="string ">
12+ < oui-column
13+ data-title =":: 'pci_projects_project_failoverip_block' | translate "
14+ data-property ="block "
15+ data-type ="string "
16+ data-searchable
17+ data-filterable >
1318 </ oui-column >
14- < oui-column data-title =":: 'pci_projects_project_failoverip_geoloc' | translate " data-property ="geoloc " data-type ="string ">
19+ < oui-column
20+ data-title =":: 'pci_projects_project_failoverip_geoloc' | translate "
21+ data-property ="geoloc "
22+ data-type ="string "
23+ data-searchable
24+ data-filterable >
1525 </ oui-column >
1626 < oui-column data-title =":: 'pci_projects_project_failoverip_id' | translate " data-property ="id " data-type ="string ">
1727 </ oui-column >
18- < oui-column data-title =":: 'pci_projects_project_failoverip_routedTo' | translate " data-property ="routedTo " data-type ="string ">
28+ < oui-column
29+ data-title =":: 'pci_projects_project_failoverip_routedTo' | translate "
30+ data-property ="routedTo "
31+ data-type ="string "
32+ data-searchable
33+ data-filterable >
1934 < a
2035 data-ng-if ="$row.instance "
2136 data-ui-sref ="pci.projects.project.instances.instance({projectId : $ctrl.projectId, instanceId: $row.instance.id}) "
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ <h1 data-translate="kube_list_title"></h1>
44 < cui-message-container data-messages ="$ctrl.messages "> </ cui-message-container >
55
66 < oui-datagrid data-rows ="$ctrl.kubernetes " data-row-loader ="$ctrl.getKubernetes($row) ">
7- < oui-column data-title =":: 'kube_list_name' | translate " data-property ="name ">
7+ < oui-column
8+ data-title =":: 'kube_list_name' | translate "
9+ data-property ="name "
10+ data-searchable
11+ data-filterable
12+ data-type ="string ">
813 < a class ="oui-link "
914 data-ui-sref ="{{ $ctrl.getDetailsState($row.id) }} "
1015 data-ng-bind ="$row.name ">
You can’t perform that action at this time.
0 commit comments