iguazio.dashboard-controls 1.2.14 → 1.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en/functions.json +5 -2
- package/dist/js/iguazio.dashboard-controls.js +2890 -2849
- package/dist/less/iguazio.dashboard-controls.less +4424 -4415
- package/package.json +1 -1
- package/src/i18n/en/functions.json +5 -2
- package/src/igz_controls/services/execution-logs-data.service.js +2 -2
- package/src/nuclio/functions/version/version-code/function-event-pane/test-events-logs/test-events-logs.tpl.html +1 -1
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.component.js +54 -8
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.less +9 -0
- package/src/nuclio/functions/version/version-execution-log/version-execution-log.tpl.html +12 -1
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"LOGGER_DESTINATION": "Logger destination",
|
|
170
170
|
"LOGGER_LEVEL": "Logger level",
|
|
171
171
|
"LOGGING": "Logging",
|
|
172
|
-
"LOGS_LINES_LIMITATION": "Note: Only the last 10,000 rows are displayed. <br> To download up to 100,000 rows, click
|
|
172
|
+
"LOGS_LINES_LIMITATION": "Note: Only the last 10,000 rows are displayed. <br> To download up to 100,000 rows, click the 'Download' button.",
|
|
173
173
|
"MAX": "Max",
|
|
174
174
|
"MAX_REPLICAS": "Maximum number of replicas (default: {{default}})",
|
|
175
175
|
"MAX_WORKERS": "Max Workers",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"NEW_PROJECT": "New project",
|
|
186
186
|
"NO_FUNCTIONS_AVAILABLE": "No functions available",
|
|
187
187
|
"NO_INTERNET_ACCESS": "No internet access",
|
|
188
|
-
"
|
|
188
|
+
"NO_LOGS_WERE_FOUND": "No logs were found...",
|
|
189
189
|
"NODE_SELECTORS": "Node selector",
|
|
190
190
|
"NODE_SELECTORS_MORE_INFO": "If there is a conflict with the function node selector you defined or if the pod cannot be scheduled for some reason, check the project/platform configuration Key:Value combinations to see if there is a node selection causing the issue. If, after consulting with the project/general admin, you want to delete a global setting, enter the Key here, but leave the Value empty.",
|
|
191
191
|
"NORMAL": "Normal",
|
|
@@ -251,6 +251,7 @@
|
|
|
251
251
|
"SEARCH_TEMPLATE": "Search by text, tags and keywords",
|
|
252
252
|
"SEC": "Sec",
|
|
253
253
|
"SELECT_CLASS": "Select class",
|
|
254
|
+
"SELECT_REPLICA": "Select a replica",
|
|
254
255
|
"SELECT_TYPE": "Select type"
|
|
255
256
|
},
|
|
256
257
|
"PODS_PRIORITY": "Pods priority",
|
|
@@ -292,6 +293,7 @@
|
|
|
292
293
|
"SELECT_FUNCTION_CONFIRM": "The function you selected is currently not running. Are you sure you want to use it?",
|
|
293
294
|
"SERVICE_ACCOUNT": "Service Account",
|
|
294
295
|
"SESSION_TOKEN": "Session token",
|
|
296
|
+
"SHOWN_ONLINE_ONLY": "Show online replicas only",
|
|
295
297
|
"SKIP": "Skip",
|
|
296
298
|
"SKIP_TLS_VERIFICATION": "Skip TLS verification",
|
|
297
299
|
"SMALL": "Small",
|
|
@@ -349,6 +351,7 @@
|
|
|
349
351
|
},
|
|
350
352
|
"NEW_TEST": "New test",
|
|
351
353
|
"NO_INTERNET_ACCESS": "Use local Docker images rather than pulling from remote",
|
|
354
|
+
"NO_OFFLINE_REPLICAS": "Only online replicas found",
|
|
352
355
|
"ENRICHED_NODE_SELECTOR": "The node selector of the function, enriched with the project’s and the service’s default node selectors",
|
|
353
356
|
"POD_TOLERATIONS": {
|
|
354
357
|
"ALLOW": "Allow function pods to run on spot nodes. Spot nodes might be tainted, using this option will make sure function pods tolerate these taints.",
|