This commit is contained in:
Michael 2017-05-22 14:53:00 -04:00
parent 2be4047502
commit 1df8cf09a2

View file

@ -14,8 +14,9 @@
<div class="tab-content" > <div class="tab-content" >
@for (int i = 1; i < pages; i++) @for (int i = 1; i < pages; i++)
{ {
string a = (i == 1) ? "active" : "";
var page = ordered.GetItemsOnPage(i, 15); var page = ordered.GetItemsOnPage(i, 15);
<table class="table" id="u_page_@i"> <table class="tab-pane fade in @a table" id="u_page_@i">
<tr> <tr>
<th style="width:85%">User</th> <th style="width:85%">User</th>
<th>Actions</th> <th>Actions</th>