Skip to content

Commit ef5b1a9

Browse files
authored
Merge pull request #576 from aspnetboilerplate/pr/5943
Visual changes
2 parents 3419aa0 + 7ea5b3e commit ef5b1a9

File tree

14 files changed

+1094
-1006
lines changed

14 files changed

+1094
-1006
lines changed

angular/src/app/app-routing.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { ChangePasswordComponent } from './users/change-password/change-password
2020
{ path: 'users', component: UsersComponent, data: { permission: 'Pages.Users' }, canActivate: [AppRouteGuard] },
2121
{ path: 'roles', component: RolesComponent, data: { permission: 'Pages.Roles' }, canActivate: [AppRouteGuard] },
2222
{ path: 'tenants', component: TenantsComponent, data: { permission: 'Pages.Tenants' }, canActivate: [AppRouteGuard] },
23-
{ path: 'about', component: AboutComponent },
24-
{ path: 'update-password', component: ChangePasswordComponent }
23+
{ path: 'about', component: AboutComponent, canActivate: [AppRouteGuard] },
24+
{ path: 'update-password', component: ChangePasswordComponent, canActivate: [AppRouteGuard] }
2525
]
2626
}
2727
])

angular/src/app/home/home.component.html

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ <h1>{{ "HomePage" | localize }}</h1>
1010
</section>
1111
<section class="content px-2">
1212
<div class="container-fluid">
13+
<div class="row">
14+
<div class="col-12">
15+
<div class="alert alert-info alert-dismissible">
16+
<h6><i class="icon fa fa-info"></i> This is a sample Dashboard which doesn't show any server side data.
17+
However, you can develop your own dashboard inspired by this one and its source code.</h6>
18+
</div>
19+
</div>
20+
</div>
1321
<div class="row">
1422
<div class="col-lg-3 col-6">
1523
<div class="small-box bg-success">
@@ -20,11 +28,9 @@ <h3>8.2k+</h3>
2028
<div class="icon">
2129
<i class="fas fa-star"></i>
2230
</div>
23-
<a
24-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/stargazers"
31+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/stargazers"
2532
class="small-box-footer"
26-
target="_blank"
27-
>
33+
target="_blank">
2834
More info
2935
<i class="fas fa-arrow-circle-right"></i>
3036
</a>
@@ -39,11 +45,9 @@ <h3>140+</h3>
3945
<div class="icon">
4046
<i class="fas fa-users"></i>
4147
</div>
42-
<a
43-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/graphs/contributors"
48+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/graphs/contributors"
4449
class="small-box-footer"
45-
target="_blank"
46-
>
50+
target="_blank">
4751
More info
4852
<i class="fas fa-arrow-circle-right"></i>
4953
</a>
@@ -58,11 +62,9 @@ <h3>1.6k+</h3>
5862
<div class="icon">
5963
<i class="fas fa-tools"></i>
6064
</div>
61-
<a
62-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/network/dependents"
65+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/network/dependents"
6366
class="small-box-footer"
64-
target="_blank"
65-
>
67+
target="_blank">
6668
More info
6769
<i class="fas fa-arrow-circle-right"></i>
6870
</a>
@@ -77,11 +79,9 @@ <h3>3.1k+</h3>
7779
<div class="icon">
7880
<i class="fas fa-code"></i>
7981
</div>
80-
<a
81-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/network/members"
82+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/network/members"
8283
class="small-box-footer"
83-
target="_blank"
84-
>
84+
target="_blank">
8585
More info
8686
<i class="fas fa-arrow-circle-right"></i>
8787
</a>
@@ -163,10 +163,8 @@ <h3 class="card-title">Open Issues</h3>
163163
<tbody>
164164
<tr>
165165
<td>
166-
<a
167-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5452"
168-
target="_blank"
169-
>
166+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5452"
167+
target="_blank">
170168
5452
171169
</a>
172170
</td>
@@ -184,10 +182,8 @@ <h3 class="card-title">Open Issues</h3>
184182
</tr>
185183
<tr>
186184
<td>
187-
<a
188-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5391"
189-
target="_blank"
190-
>
185+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5391"
186+
target="_blank">
191187
5391
192188
</a>
193189
</td>
@@ -208,10 +204,8 @@ <h3 class="card-title">Open Issues</h3>
208204
</tr>
209205
<tr>
210206
<td>
211-
<a
212-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5390"
213-
target="_blank"
214-
>
207+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5390"
208+
target="_blank">
215209
5390
216210
</a>
217211
</td>
@@ -251,10 +245,8 @@ <h3 class="card-title">Closed Pull Requests</h3>
251245
<tbody>
252246
<tr>
253247
<td>
254-
<a
255-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5430"
256-
target="_blank"
257-
>
248+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5430"
249+
target="_blank">
258250
5430
259251
</a>
260252
</td>
@@ -267,10 +259,8 @@ <h3 class="card-title">Closed Pull Requests</h3>
267259
</tr>
268260
<tr>
269261
<td>
270-
<a
271-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5362"
272-
target="_blank"
273-
>
262+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/5362"
263+
target="_blank">
274264
5362
275265
</a>
276266
</td>
@@ -283,10 +273,8 @@ <h3 class="card-title">Closed Pull Requests</h3>
283273
</tr>
284274
<tr>
285275
<td>
286-
<a
287-
href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4924"
288-
target="_blank"
289-
>
276+
<a href="https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4924"
277+
target="_blank">
290278
4924
291279
</a>
292280
</td>
@@ -305,4 +293,4 @@ <h3 class="card-title">Closed Pull Requests</h3>
305293
</div>
306294
</div>
307295
</section>
308-
</div>
296+
</div>

0 commit comments

Comments
 (0)