|
- {{> viewApiBackendStatus api=api width="0.6" }}
+ {{> viewApiStatus api=api width="0.6" }}
{{> viewApiLogo api=api }}
diff --git a/core/client/lib/router.js b/core/client/lib/router.js
index 21089e201d..817bd5bb48 100755
--- a/core/client/lib/router.js
+++ b/core/client/lib/router.js
@@ -34,7 +34,7 @@ var redirectToDashboard = function () {
};
// Router.onBeforeAction(redirectToSignIn, {
-// except: ['home', 'atSignUp', 'forgotPwd', 'atSignOut', 'catalogue', 'viewApiBackend', 'search']
+// except: ['home', 'atSignUp', 'forgotPwd', 'atSignOut', 'catalogue', 'viewApi', 'search']
// });
Router.onBeforeAction(redirectToDashboard, {only: ['forgotPwd', 'signOut']});
diff --git a/core/lib/i18n/en.i18n.json b/core/lib/i18n/en.i18n.json
index 4d2d1d56b9..c0e0679394 100644
--- a/core/lib/i18n/en.i18n.json
+++ b/core/lib/i18n/en.i18n.json
@@ -43,6 +43,25 @@
"apiBackendSelectPicker_selectAPI": "Select API",
"apiDocumentationEditor_notAvailable": "API documentation editor is not available.",
"apiDocumentationSelect_noApiDocumentation": "No API documentations found.",
+ "apiDocumentation_APICall_Warning_Message": "API calls (PUT, POST, or DELETE) from Swagger are real calls.",
+ "apiDocumentation_APICall_Warning_Title": "Warning!",
+ "apiDocumentation_Link_Title": "Link",
+ "apiDocumentation_manageDocumentation_buttonText": "Manage",
+ "apiDocumentation_No_Link_Manager_Message": "You can add one using Manage API feature.",
+ "apiDocumentation_No_Link_Message": "No documentation link is available.",
+ "apiDocumentation_No_Swagger_Manager_Message": "You can add one using Manage API feature.",
+ "apiDocumentation_No_Swagger_Message": "No swagger document is available.",
+ "apiDocumentation_Title": "Documentation",
+ "apiDocumentation_Viewer_Title": "Viewer",
+ "apiDocumentation_sdkGenerateButton": "SDK Generate",
+ "apiDocumentation_tooltipSDKGeneratorButton": "With a valid swagger file, you can download an SDK of your preferred language using this wizard",
+ "apiExport_json_button": "Export .json",
+ "apiExport_yaml_button": "Export .yaml",
+ "apiExport_api_title": "Export API configuration",
+ "apiExport_api_description": "Export API configuration in JSON or YAML format",
+ "apiExport_proxy_title": "Export proxy configuration",
+ "apiExport_proxy_description": "Export proxy configuration in JSON or YAML format",
+ "apiExport_title": "Export",
"apiLogo_resumable_acceptedExtensions": "Only .jpg, .jpeg, .png, .gif are accepted.",
"apiLogo_resumable_successfully_uploaded": "Logo successfully uploaded!",
"api_backend_rating_anonymous": "Please log in to vote.",
@@ -124,18 +143,8 @@
"deleteBacklogItem_confirmation_text": "Are you sure you want to delete this backlog item?",
"deleteBacklogItem_cancelButton_text": "Cancel",
"deleteBacklogItem_deleteButton_text": "Delete backlog item",
- "documentation_APICall_Warning_Message": "API calls (PUT, POST, or DELETE) from Swagger are real calls.",
- "documentation_APICall_Warning_Title": "Warning!",
- "documentation_Link_Title": "Link",
- "documentation_manageDocumentation_buttonText": "Manage",
- "documentation_No_Link_Manager_Message": "You can add one using Manage API feature.",
- "documentation_No_Link_Message": "No documentation link is available.",
- "documentation_No_Swagger_Manager_Message": "You can add one using Manage API feature.",
- "documentation_No_Swagger_Message": "No swagger document is available.",
- "documentation_Title": "Documentation",
- "documentation_Viewer_Title": "Viewer",
- "documentation_sdkGenerateButton": "SDK Generate",
- "documentation_tooltipSDKGeneratorButton": "With a valid swagger file, you can download an SDK of your preferred language using this wizard",
+ "editApiMetadata_editButton": "Edit metadata",
+ "editApiMetadata_submitButtonText": "Save metadata",
"editBacklogItem_modalTitle": "Edit backlog item",
"editBacklogItem_submit_buttonText": "Save",
"esData_notFound": "There are no API usage statistics available.",
@@ -494,50 +503,47 @@
"userMenu_profile": "Profile",
"userMenu_settings": "Settings",
"userMenu_signout": "Sign out",
- "viewApiBackendDetails_deleteButton": "Delete",
- "viewApiBackendDetails_baseUrl_headingText": "Base URL",
- "viewApiBackendDetails_description_headingText": "Description",
- "viewApiBackendNavigationMenu_backlog": "Backlog",
- "viewApiBackendNavigationMenu_details": "Details",
- "viewApiBackendNavigationMenu_documentation": "Documentation",
- "viewApiBackendNavigationMenu_export": "Export",
- "viewApiBackendNavigationMenu_feedback": "Feedback",
- "viewApiBackendNavigationMenu_metadata": "Metadata",
- "viewApiBackendNavigationMenu_proxy": "Proxy",
- "viewApiBackendNavigationMenu_settings": "Settings",
- "viewApiBackendSettings_panelTitleAbout": "About",
- "viewApiBackendSettings_panelTitleManage": "Manage",
- "viewApiBackendSettigs_saveButton_text": "Save",
- "viewApiBackendSettings_deleteApiText": "This action cannot be undone. The API Backend and all its related information, i.e. metadata, documentation, API backlog items and feedback will be removed.",
- "viewApiBackendSettings_deleteApiTitle": "Delete the API",
- "viewApiBackendSettings_uploadLogo_heading": "Upload logo",
- "viewApiBackendSettings_uploadLogoText": "You can upload a logo for your API. The logo will appear in the catalogue and on the single API page.",
- "viewApiBackendStatus_statusMessage_ClientError": "Client error.",
- "viewApiBackendStatus_statusMessage_ErrorCodeText": "Status code:",
- "viewApiBackendStatus_statusMessage_RedirectError": "Redirection.",
- "viewApiBackendStatus_statusMessage_ServerError": "Server error.",
- "viewApiBackendStatus_statusMessage_Success": "API is operating normally.",
- "view_ApiBackend_Backend": "Backend",
- "view_ApiBackend_Backend_Prefix": "Backend prefix",
- "view_ApiBackend_Details_Title": "Details",
- "view_ApiBackend_ExportJson": "Export .json",
- "view_ApiBackend_ExportYaml": "Export .yaml",
- "view_ApiBackend_Export_Title": "Export",
- "view_ApiBackend_Frontend": "Frontend",
- "view_ApiBackend_Frontend_Prefix": "Frontend prefix",
- "view_ApiBackend_Matchers": "URL Matchers",
- "view_ApiBackend_Metadata_Contact_email": "email",
- "view_ApiBackend_Metadata_Contact_phone": "Phone",
- "view_ApiBackend_Metadata_Contact_title": "Contact",
- "view_ApiBackend_Metadata_NotFound": "No metadata found.",
- "view_ApiBackend_Metadata_Organization_title": "Organization",
- "view_ApiBackend_Metadata_Service_serviceLevelAgreement": "Service level agreement",
- "view_ApiBackend_Metadata_Service_title": "Service",
- "view_ApiBackend_Metadata_Service_validSince": "Valid since",
- "view_ApiBackend_Metadata_Service_validUntil": "Valid until",
- "view_ApiBackend_Metadata_Title": "Metadata",
- "view_ApiBackend_Servers": "Servers",
- "view_ApiBackend_Title": "View API backend",
+ "apiDetails_deleteButton": "Delete",
+ "apiDetails_baseUrl_headingText": "Base URL",
+ "apiDetails_description_headingText": "Description",
+ "viewApiNavigationMenu_backlog": "Backlog",
+ "viewApiNavigationMenu_details": "Details",
+ "viewApiNavigationMenu_documentation": "Documentation",
+ "viewApiNavigationMenu_export": "Export",
+ "viewApiNavigationMenu_feedback": "Feedback",
+ "viewApiNavigationMenu_metadata": "Metadata",
+ "viewApiNavigationMenu_proxy": "Proxy",
+ "viewApiNavigationMenu_settings": "Settings",
+ "apiSettings_panelTitleAbout": "About",
+ "apiSettings_panelTitleManage": "Manage",
+ "viewApiSettigs_saveButton_text": "Save",
+ "apiSettings_deleteApiText": "This action cannot be undone. The API Backend and all its related information, i.e. metadata, documentation, API backlog items and feedback will be removed.",
+ "apiSettings_deleteApiTitle": "Delete the API",
+ "apiSettings_uploadLogo_heading": "Upload logo",
+ "apiSettings_uploadLogoText": "You can upload a logo for your API. The logo will appear in the catalogue and on the single API page.",
+ "viewApiStatus_statusMessage_ClientError": "Client error.",
+ "viewApiStatus_statusMessage_ErrorCodeText": "Status code:",
+ "viewApiStatus_statusMessage_RedirectError": "Redirection.",
+ "viewApiStatus_statusMessage_ServerError": "Server error.",
+ "viewApiStatus_statusMessage_Success": "API is operating normally.",
+ "viewApi_Backend": "Backend",
+ "viewApi_Backend_Prefix": "Backend prefix",
+ "viewApi_Details_Title": "Details",
+ "viewApi_Frontend": "Frontend",
+ "viewApi_Frontend_Prefix": "Frontend prefix",
+ "viewApi_Matchers": "URL Matchers",
+ "viewApi_Metadata_Contact_email": "email",
+ "viewApi_Metadata_Contact_phone": "Phone",
+ "viewApi_Metadata_Contact_title": "Contact",
+ "viewApi_Metadata_NotFound": "No metadata found.",
+ "viewApi_Metadata_Organization_title": "Organization",
+ "viewApi_Metadata_Service_serviceLevelAgreement": "Service level agreement",
+ "viewApi_Metadata_Service_title": "Service",
+ "viewApi_Metadata_Service_validSince": "Valid since",
+ "viewApi_Metadata_Service_validUntil": "Valid until",
+ "viewApi_Metadata_Title": "Metadata",
+ "viewApi_Servers": "Servers",
+ "viewApi_Title": "View API backend",
"tickButtons_hour": "Hour",
"tickButtons_day": "Day",
"tickButtons_week": "Week",
diff --git a/core/lib/i18n/fi.i18n.json b/core/lib/i18n/fi.i18n.json
index 3cc3755582..a1b770848d 100644
--- a/core/lib/i18n/fi.i18n.json
+++ b/core/lib/i18n/fi.i18n.json
@@ -79,26 +79,26 @@
"apiBackend_Status_Title": "Tila",
"apiBackend_Status_Updated": "Päivitetty:",
"apiBackend_Status_Checking": "API:n tilaa tarkistetaan. Odota hetki...",
- "view_ApiBackend_Title": "Api back-end",
- "view_ApiBackend_Servers": "Palvelimet",
- "view_ApiBackend_Backend": "Taustajärjestelmä",
- "view_ApiBackend_Frontend": "Frontend",
- "view_ApiBackend_Matchers": "URL vastaparit",
- "view_ApiBackend_Backend_Prefix": "Backend prefix",
- "view_ApiBackend_Frontend_Prefix": "Frontend prefix",
- "view_ApiBackend_Export_Title": "Vie rajapinnan asetukset",
- "view_ApiBackend_ExportJson": "Vie json-tiedosto",
- "view_ApiBackend_ExportYaml": "Vie yaml-tiedosto",
- "view_ApiBackend_Metadata_Title": "Metadata",
- "view_ApiBackend_Metadata_NotFound": "Ei löydetty metadataa.",
- "view_ApiBackend_Metadata_Organization_title": "Organization",
- "view_ApiBackend_Metadata_Contact_title": "Contact",
- "view_ApiBackend_Metadata_Contact_phone": "Phone",
- "view_ApiBackend_Metadata_Contact_email": "email",
- "view_ApiBackend_Metadata_Service_title": "Service",
- "view_ApiBackend_Metadata_Service_validSince": "Valid since",
- "view_ApiBackend_Metadata_Service_validUntil": "Valid until",
- "view_ApiBackend_Metadata_Service_serviceLevelAgreement": "Service level agreement",
+ "viewApi_Title": "Api back-end",
+ "viewApi_Servers": "Palvelimet",
+ "viewApi_Backend": "Taustajärjestelmä",
+ "viewApi_Frontend": "Frontend",
+ "viewApi_Matchers": "URL vastaparit",
+ "viewApi_Backend_Prefix": "Backend prefix",
+ "viewApi_Frontend_Prefix": "Frontend prefix",
+ "viewApi_Export_Title": "Vie rajapinnan asetukset",
+ "viewApi_ExportJson": "Vie json-tiedosto",
+ "viewApi_ExportYaml": "Vie yaml-tiedosto",
+ "viewApi_Metadata_Title": "Metadata",
+ "viewApi_Metadata_NotFound": "Ei löydetty metadataa.",
+ "viewApi_Metadata_Organization_title": "Organization",
+ "viewApi_Metadata_Contact_title": "Contact",
+ "viewApi_Metadata_Contact_phone": "Phone",
+ "viewApi_Metadata_Contact_email": "email",
+ "viewApi_Metadata_Service_title": "Service",
+ "viewApi_Metadata_Service_validSince": "Valid since",
+ "viewApi_Metadata_Service_validUntil": "Valid until",
+ "viewApi_Metadata_Service_serviceLevelAgreement": "Service level agreement",
"apiBackends_Add_API_Title": "Lisää rajapinta",
"apiBackends_Edit_API_Title": "Muokkaa rajapintaa",
"apiBackends_Title_Help": "Rajapinnan nimi",
@@ -173,9 +173,9 @@
"dataTable_RequestIP": "Pyynnön IP",
"dataTable_RequestPath": "Pyynnön polku",
"dataTable_ResponseTime": "Vasteaika",
- "view_ApiBackend_Details_Title": "Tiedot",
- "view_ApiBackend_Details_editButtonText": "Muokkaa rajapinnan asetuksia",
- "view_ApiBackend_Export_Title": "Vie",
+ "viewApi_Details_Title": "Tiedot",
+ "viewApi_Details_editButtonText": "Muokkaa rajapinnan asetuksia",
+ "viewApi_Export_Title": "Vie",
"apiBacklog_mainTitle": "Tehtävälista",
"apiBacklogForm_addBacklogItem_button": "Lisää uusi tehtävä",
"apiBacklogList_noApiBacklogItemsFound": "Ei löydetty tehtäviä tälle rajapinnalle.",
diff --git a/dashboard/client/charts/filtering/selectpicker/selectpicker.html b/dashboard/client/charts/filtering/selectpicker/selectpicker.html
index 11d323b9fc..f2defeed6c 100644
--- a/dashboard/client/charts/filtering/selectpicker/selectpicker.html
+++ b/dashboard/client/charts/filtering/selectpicker/selectpicker.html
@@ -12,7 +12,7 @@
|