diff --git a/spectrum_manager/src/html/js/app.js b/spectrum_manager/src/html/js/app.js index e6cda348..4cf16aa9 100644 --- a/spectrum_manager/src/html/js/app.js +++ b/spectrum_manager/src/html/js/app.js @@ -75,13 +75,13 @@ function show_list_rooms() { $.get($.cookie("base_location") + "api/v1/instances/list_rooms/" + query.id, function(data) { $("#main_content").html("
" + data.frontend_room_label + " | " + data.legacy_room_label + " | " + data.legacy_server_label + " | " + data.name_label + " | Actions | |
---|---|---|---|---|---|
' + room.frontend_room + ' | '; row += '' + room.legacy_room + ' | '; row += '' + room.legacy_server + ' | '; row += '' + room.name + ' | '; - row += 'Leave | '; + row += 'Leave | '; row += '