diff --git a/resources/js/processes/designer/Asset.vue b/resources/js/processes/designer/Asset.vue index f38b81fce9..4615faa51b 100644 --- a/resources/js/processes/designer/Asset.vue +++ b/resources/js/processes/designer/Asset.vue @@ -32,7 +32,7 @@ export default { gap: 4px; flex: 1 0 0; align-self: stretch; - margin: 10px 0px; + margin: 12px 0px; } i { font-size: 32px; diff --git a/resources/js/processes/designer/AssetButtons.vue b/resources/js/processes/designer/AssetButtons.vue index b72573f7c2..c191989b4e 100755 --- a/resources/js/processes/designer/AssetButtons.vue +++ b/resources/js/processes/designer/AssetButtons.vue @@ -3,23 +3,23 @@
- {{ $t(asset_name_new) }} - +

{{ $t(asset_name_new) }}

+
- {{ $t(asset_name_all) }} - +

{{ $t(asset_name_all) }}

+
@@ -49,6 +49,9 @@ export default { diff --git a/resources/js/processes/designer/Assets.vue b/resources/js/processes/designer/Assets.vue index 94ec239f4d..54e016c338 100644 --- a/resources/js/processes/designer/Assets.vue +++ b/resources/js/processes/designer/Assets.vue @@ -89,7 +89,7 @@ export default { icon: "fas fa-play-circle", asset_name: "Processes", asset_name_all: "View All Processes", - asset_name_new: "Create New Process", + asset_name_new: "New Process", urlPath: "/processes", urlAsset: "/processes?new=true", }, @@ -98,7 +98,7 @@ export default { icon: "fas fa-file-alt", asset_name: "Screens", asset_name_all: "View All Screens", - asset_name_new: "Create New Screen", + asset_name_new: "New Screen", urlPath: "/designer/screens", urlAsset: "/designer/screens?create=true", }, @@ -107,7 +107,7 @@ export default { icon: "fas fa-code", asset_name: "Scripts", asset_name_all: "View All Scripts", - asset_name_new: "Create New Script", + asset_name_new: "New Script", urlPath: "/designer/scripts", urlAsset: "/designer/scripts?create=true", }, @@ -118,7 +118,7 @@ export default { icon: "fas fa-table", asset_name: "Decision Tables", asset_name_all: "View All Decision Tables", - asset_name_new: "Create New Decision Table", + asset_name_new: "New Decision Table", urlPath: "/designer/decision-tables", urlAsset: "/designer/decision-tables?create=true", }, @@ -127,7 +127,7 @@ export default { icon: "fas fa-share-alt", asset_name: "Data Connectors", asset_name_all: "View All Data Connectors", - asset_name_new: "Create New Data Connector", + asset_name_new: "New Data Connector", urlPath: "/designer/data-sources", urlAsset: "/designer/data-sources?create=true", }, @@ -184,5 +184,6 @@ export default { display: flex; justify-content: center; align-items: center; + padding: 8px; } diff --git a/resources/lang/en.json b/resources/lang/en.json index 645c975e4d..32852da12c 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -1910,8 +1910,13 @@ "Version Name": "Version Name", "Vertical alignment of the text": "Vertical alignment of the text", "View {{user}} Profile": "View {{user}} Profile", - "View All Requests": "View All Requests", "View All": "View All", + "View All Data Connectors": "View All Data Connectors", + "View All Decision Tables": "View All Decision Tables", + "View All Processes": "View All Processes", + "View All Requests": "View All Requests", + "View All Screens": "View All Processes", + "View All Scripts": "View All Scripts", "View All Notifications": "View All Notifications", "View Auth Clients": "View Auth-Clients", "View Categories": "View Categories",