mirror of
https://github.com/arnaucube/commonroutesAdminWeb.git
synced 2026-02-07 11:16:44 +01:00
moving and renaming
This commit is contained in:
10
views/main/main.html
Normal file → Executable file
10
views/main/main.html
Normal file → Executable file
@@ -3,7 +3,10 @@
|
||||
<div class="col-sm-4">
|
||||
<div class="panel">
|
||||
<div class="panel-heading c_deepPurple300">
|
||||
<h3 class="panel-title">All users</h3>
|
||||
<h3 class="panel-title">
|
||||
All users
|
||||
<span class="badge badge-secondary pull-right c_deepPurple300">{{users.length}}</span>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body" style="max-height: 500px;overflow-y: scroll;">
|
||||
<div class="list-group">
|
||||
@@ -30,7 +33,10 @@
|
||||
<div class="col-sm-6">
|
||||
<div class="panel">
|
||||
<div class="panel-heading c_deepPurple300">
|
||||
<h3 class="panel-title">All travels</h3>
|
||||
<h3 class="panel-title">
|
||||
All travels
|
||||
<span class="badge badge-secondary pull-right c_deepPurple300">{{travels.length}}</span>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body" style="max-height: 500px;overflow-y: scroll;">
|
||||
<table class="table table-striped table-hover ">
|
||||
|
||||
Reference in New Issue
Block a user