Skip to content

Commit

Permalink
Merge e75f598 into 4e19e42
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuxian committed Feb 1, 2018
2 parents 4e19e42 + e75f598 commit 362f779
Show file tree
Hide file tree
Showing 21 changed files with 165 additions and 165 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -75,9 +75,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/dev/pending.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -80,9 +80,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -236,9 +236,9 @@ <h2>BROWSER USAGE</h2>
</section>


<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::flot-chart"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::flot-chart"/>

</body>

Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/oauth2/authority/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Authority | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->

<section class="content">
Expand Down Expand Up @@ -72,9 +72,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/templates/admin/oauth2/client/editForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -59,10 +59,10 @@ <h2>NEW CLIENT</h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="/fragments/plugins::jquery-form"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/plugins::jquery-form"/>

<script>
$(function () {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/oauth2/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -75,9 +75,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/oauth2/resource/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -69,9 +69,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/oauth2/scope/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/layout::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/layout::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -69,9 +69,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/admin/user/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

<head>
<title>Dashboard | MCloud OAuth2 Server</title>
<th:block th:replace="/fragments/layout::core-css"/>
<th:block th:replace="/fragments/plugins::app-css"/>
<th:block th:replace="/fragments/plugins::datatable-css"/>
<th:block th:replace="fragments/layout::core-css"/>
<th:block th:replace="fragments/plugins::app-css"/>
<th:block th:replace="fragments/plugins::datatable-css"/>
</head>

<body class="theme-teal">
<th:block th:replace="/fragments/layout::common-div"/>
<th:block th:replace="fragments/layout::common-div"/>
<!-- Search Bar -->
<th:block th:replace="/fragments/layout::search-bar"/>
<th:block th:replace="fragments/layout::search-bar"/>
<!-- #END# Search Bar -->
<!-- Top Bar -->
<th:block th:replace="/fragments/layout::top-bar"/>
<th:block th:replace="fragments/layout::top-bar"/>
<!-- #Top Bar -->
<!-- #Side Bar -->
<th:block th:replace="/fragments/layout::side-bar"/>
<th:block th:replace="fragments/layout::side-bar"/>
<!-- #END# Side Bar -->


Expand Down Expand Up @@ -70,9 +70,9 @@ <h2>
</div>
</section>

<th:block th:replace="/fragments/layout::core-js"/>
<th:block th:replace="/fragments/layout::app-js"/>
<th:block th:replace="/fragments/plugins::datatable-js"/>
<th:block th:replace="fragments/layout::core-js"/>
<th:block th:replace="fragments/layout::app-js"/>
<th:block th:replace="fragments/plugins::datatable-js"/>

<script>
$(function () {
Expand Down

0 comments on commit 362f779

Please sign in to comment.