mirror of https://github.com/apache/cloudstack.git
Removed version from the cloud.com javascript files
This commit is contained in:
parent
51f2ce0e86
commit
05f1c1b454
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
var systemAccountId = 1;
|
||||
var adminAccountId = 2;
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadAlertJSP() {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
/*
|
||||
This file is meant to help with implementing single signon integration. If you are using the
|
||||
cloud.com default UI, there is no need to touch this file.
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadDashboardJSP() {
|
||||
var $alertTemplate = $("#alert_template");
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadDiskOfferingJSP() {
|
||||
var $detailsTab = $("#right_panel_content #tab_content_details");
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
var $selectedDomainTreeNode;
|
||||
var defaultRootLevel = 0;
|
||||
var childParentMap = {}; //map childDomainId to parentDomainId
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadEventJSP() {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadGlobalSettingJSP() {
|
||||
var $detailsTab = $("#right_panel_content #tab_content_details");
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function clickInstanceGroupHeader($arrowIcon) {
|
||||
$("#midmenu_add_link").find("#label").text("Add VM");
|
||||
$("#midmenu_add_link").show();
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadIpJSP() {
|
||||
//***** switch between different tabs (begin) ********************************************************************
|
||||
var tabArray = [$("#tab_details"), $("#tab_port_forwarding"), $("#tab_load_balancer")];
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
var g_zoneIds = [];
|
||||
var g_zoneNames = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function buildZoneTree() {
|
||||
//***** build zone tree (begin) ***********************************************************************************************
|
||||
var forceLogout = true; // We force a logout only if the user has first added a POD for the very first time
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadRouterJSP() {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadServiceOfferingJSP() {
|
||||
var $detailsTab = $("#right_panel_content #tab_content_details");
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadSnapshotJSP() {
|
||||
//initialize dialog
|
||||
activateDialog($("#dialog_add_volume_from_snapshot").dialog({
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
var g_zoneIds = [];
|
||||
var g_zoneNames = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Version: @VERSION@
|
||||
|
||||
function afterLoadVolumeJSP() {
|
||||
activateDialog($("#dialog_create_template").dialog({
|
||||
width: 400,
|
||||
|
|
|
|||
Loading…
Reference in New Issue