From 60bc7505cab76b4d311f2f9564fe55fbff947534 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Tue, 26 May 2015 09:35:55 +0300 Subject: [PATCH] HyperV - faster loading VPS list --- .../VPS2012/App_LocalResources/VdcHome.ascx.resx | 3 +++ .../DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx | 5 +++++ .../DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx.cs | 8 +++++++- .../WebsitePanel/VPS2012/VdcHome.ascx.designer.cs | 9 +++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/App_LocalResources/VdcHome.ascx.resx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/App_LocalResources/VdcHome.ascx.resx index 2991155c..3c0e3bd8 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/App_LocalResources/VdcHome.ascx.resx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/App_LocalResources/VdcHome.ascx.resx @@ -189,4 +189,7 @@ Replication status + + Show Replication Statuses + \ No newline at end of file diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx index a2535bd2..63e281e1 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/VPS2012/VdcHome.ascx @@ -25,6 +25,11 @@
+
+ +
protected global::WebsitePanel.Portal.SearchBox searchBox; + /// + /// btnReplicaStates control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Button btnReplicaStates; + /// /// gvServers control. ///