Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
grid.Column("CurrentStatus", "Status", item => Status(item.Value)),
|
||||
grid.Column("", "", item => ChartLink(item.Value))
|
||||
),
|
||||
htmlAttributes: new { @class = "table table-striped table-bordered table-hover table-condensed" }
|
||||
htmlAttributes: new { @class = "table table-sm table-striped table-bordered table-hover" }
|
||||
)
|
||||
</div>
|
||||
@grid.BootstrapPager()
|
||||
|
||||
Reference in New Issue
Block a user