This is an automated email from the ASF dual-hosted git repository.
andreapatricelli pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new e1ef0be (re)added missing properties for action links on propagation
tasks
e1ef0be is described below
commit e1ef0be9b895daaeb895adc393cb84bb34ff1979
Author: Andrea Patricelli <[email protected]>
AuthorDate: Wed Nov 6 11:57:40 2019 +0100
(re)added missing properties for action links on propagation tasks
---
.../console/wicket/markup/html/form/ActionsPanel.properties | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel.properties
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel.properties
index 6831a2b..bb6ce25 100644
---
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel.properties
+++
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel.properties
@@ -94,6 +94,14 @@ search.class=glyphicon glyphicon-search
search.title=search
search.alt=search icon
+view_executions.class=fa fa-eye
+view_executions.title=executions
+view_executions.alt=view executions icon
+
+view_details.class=fa fa-info-circle
+view_details.title=details
+view_details.alt=details icon
+
delete.class=glyphicon glyphicon-minus
delete.title=delete
delete.alt=delete icon