diff --git a/dist/i18n/en/functions.json b/dist/i18n/en/functions.json index 6e031c322..7cee48c99 100644 --- a/dist/i18n/en/functions.json +++ b/dist/i18n/en/functions.json @@ -53,6 +53,7 @@ "CREATE_NEW_HEADER": "Create a new header", "CREATE_NEW_HOST": "Create a new host", "CREATE_NEW_LABEL": "Create a new label", + "CREATE_NEW_NODE_SELECTOR": "Create a new node selector", "CREATE_NEW_RUNTIME_ATTRIBUTE": "Create a new runtime attribute", "CREATE_NEW_SUBSCRIPTION": "Create a new subscription", "CREATE_NEW_TRIGGER": "Create a new trigger", @@ -175,6 +176,7 @@ "NO_FUNCTIONS_AVAILABLE": "No functions available", "NO_INTERNET_ACCESS": "No internet access", "NO_LOGS_HAVE_BEEN_FOUND": "No logs have been found...", + "NODE_SELECTORS": "Node selectors", "NORMAL": "Normal", "NOT_START_WITH_FORBIDDEN_WORDS": "Must not start with 'kubernetes.io', 'k8s.io' or 'nuclio.io'", "NOT_YET_DEPLOYED": "Not yet deployed", diff --git a/dist/js/iguazio.dashboard-controls.js b/dist/js/iguazio.dashboard-controls.js index 6c04b54d3..ba1500ab0 100644 --- a/dist/js/iguazio.dashboard-controls.js +++ b/dist/js/iguazio.dashboard-controls.js @@ -4266,129 +4266,24 @@ angular.module('angular-i18next', []).provider('i18next', [function () { (function () { 'use strict'; - /** - * @name igzAutoComplete - * @component - * - * @description - * An input field that wraps around `igzValidatingInputField` component and enriches it with auto-complete feature. - * The user enters input to the input field, and a suggestion drop-down menu is open according to the input value. - * An optional filter drop-down field is available to make it possible to populate the suggestion list according - * to different criteria, for example different properties of objects like first name or last name of person. - * The user can click on a suggestion from the menu to select it. - * - * @param {string} bordersMode - Forwarded to `bordersMode` attribute of `igzValidatingInputField` component. Please - * see that component's docs for more details (which also indicates its default value). - * @param {string} [browserAutoComplete='off'] - Forwarded to `autoComplete` attribute of `igzValidatingInputField`. - * Please see that component's docs for more details. Defaults to `'off'` because usually it is desired to - * cancel the built-in auto-completion feature of the web browser when using this component. - * @param {string} currentValue - The initial value to populate the input field on initialization. - * @param {Array} filterBy - A list of filter criteria. Each item will be rendered as an option in the filters - * drop-down menu. - * @param {string} filterBy[].label - The label of the drop-down menu option. - * @param {string} filterBy[].attribute - The value of the drop-down menu option that will be sent when invoking - * `onSuggestionSelected` for the parent component to use when compiling the list of suggestions. - * @param {string} [emptyMessage] - Optionally display a message when suggestion list is empty. - * @param {Object} formObject - The `