Skip to content

Commit

Permalink
feat(dedicated.network-security): rephrase empty datagrid
Browse files Browse the repository at this point in the history
ref: UXCT-509

Signed-off-by: Stephanie Moallic <[email protected]>
  • Loading branch information
Stephanie Moallic committed Nov 29, 2023
1 parent b53ae6d commit 35f762c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<oui-datagrid
data-ng-if="!$ctrl.isEmpty"
id="{{ $ctrl.datagridId }}"
data-empty-placeholder="{{:: 'network_security_dashboard_empty_datagrid' | translate }}"
data-rows-loader="$ctrl.getItems($config)"
data-page="{{ $ctrl.cursors.index || 1 }}"
data-page-size="{{ $ctrl.PAGE_SIZE }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"network_security_dashboard_unit_pb_ps": "Pbps",
"network_security_dashboard_none": "Aucun",
"network_security_dashboard_select_ip": "Saisissez une adresse IP...",
"network_security_dashboard_empty_datagrid": "Nous n'avons constaté aucune activité suspecte pendant la période sélectionnée.",
"network_security_dashboard_empty_table": "Le service sélectionné n'a pas d'adresse IP associée, veuillez en sélectionner un autre."
}

0 comments on commit 35f762c

Please sign in to comment.