@using GreenTree.Nachtragsmanagement.Web.Models.Global; @{ Layout = "~/Views/Shared/_FunctionLayout.cshtml"; } @model IEnumerable @Html.DevExpress().LoadingPanel(t => { t.Name = "devLoadingPanelRestart"; t.Text = "Anwendung wird neugestartet... bitte warten!"; t.Modal = true; t.Styles.LoadingDiv.Opacity = 0; }).GetHtml() @Html.Partial("~/Views/Admin/Plugins/_PluginsGridPartial.cshtml", Model)