@ -5,8 +5,8 @@
@{
}
<div id="RoleListWidgetContainer">
<abp-card background="Secondary">
<abp-card-header> @L["RolesInApplication"] :</abp-card-header>
<abp-card background="Light">
<abp-card-header background="Warning"> @L["RolesInApplication"] :</abp-card-header>
<abp-card-body>
<ul id="RoleList">
<div id="UserCountWidgetContainer">
<abp-card background="Info">
<abp-card-header>@L["UserCount"] :</abp-card-header>
<abp-card-header background="Info">@L["UserCount"] :</abp-card-header>
<h1 id="UserCount"></h1>
</abp-card-body>
@ -21,7 +21,8 @@ namespace DashboardDemo.Widgets
new WidgetDefinition(
RoleListWidgetViewComponent.WidgetName,
typeof(RoleListWidgetViewComponent),
LocalizableString.Create<DashboardDemoResource>(RoleListWidgetViewComponent.DisplayName)
LocalizableString.Create<DashboardDemoResource>(RoleListWidgetViewComponent.DisplayName),
new WidgetDimensions(6,4)
)
};