Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const API_EXCLUDED = {

export const API_ALIASES = {
'/cloud': '/cloud/project',
'/ip': '/ip/service',
};
export const API_EXTRAS_ENDPOINTS = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"otrs_popup_icon_maximize": "Maximise support request window",
"otrs_popup_icon_close": "Close support request window",
"otrs_popup_type": "Ticket type:",
"otrs_popup_move": "You can move this pop-up by moving its header.",
"otrs_popup_move": "Test changes You can move this pop-up by moving its header.",
"otrs_popup_sent_error": "An error has occurred creating this ticket.",
"otrs_popup_sent_error_not_available": "This operation is not available in this datacenter. ",
"otrs_popup_sent_error_already_exists": "A ticket has already been sent for this issue. <a href=\"{{ticketUrl}}\">Click here to access the ticket.</a>",
Expand Down
Loading