Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit e492352

Browse files
author
Leonardo Menezes
committed
move html files to correct folders
1 parent efaf0e5 commit e492352

7 files changed

+5
-153
lines changed

indices_details.html

-72
This file was deleted.
File renamed without changes.
File renamed without changes.

nodes_details.html

-76
This file was deleted.

partials/cluster_overview.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div ng-controller="ClusterOverviewCtrl" ng-show="hasConnection()">
22
<h2>cluster administration</h2>
3-
<div ng-include src="'cluster_stats.html'"></div>
3+
<div ng-include src="'modals/cluster_stats.html'"></div>
44
<div class="row">
55
<div class="col-lg-10">
66
<form class="form-inline" role="form">
@@ -44,7 +44,7 @@ <h2>cluster administration</h2>
4444
</div>
4545
<br>
4646
<table class="table table-bordered table-condensed table-nonfluid table-rounded">
47-
<thead ng-include src="'shard_map_header.html'"></thead>
48-
<tbody ng-include src="'shard_map_body.html'"></tbody>
47+
<thead ng-include src="'partials/shard_map_header.html'"></thead>
48+
<tbody ng-include src="'partials/shard_map_body.html'"></tbody>
4949
</table>
5050
</div>

shard_map_body.html renamed to partials/shard_map_body.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div><i ng-class="{true:'icon-search',false:''}[node.client]" title="client node"></i></div>
1111
<div><i ng-class="{true:'icon-hdd',false:''}[node.data]" title="data node"></i></div>
1212
<div><a data-toggle="modal" href="#confirm_shutdown_{{node.id}}" data-backdrop="static" data-keyboard="false" class="cluster-map-node-action"><i class="icon-power-off normal-action" title="shutdown node" ng-click="openModal()"></i></a></div>
13-
<div ng-include src="'./modals/confirm_shutdown.html'"></div>
13+
<div ng-include src="'modals/confirm_shutdown.html'"></div>
1414
</div>
1515
<div class="col-lg-10">
1616
<div class="row">

shard_map_header.html renamed to partials/shard_map_header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<i class="icon-cogs header-action" ng-click='openModal()'></i>
1919
</a>
2020
</div>
21-
<div ng-include src="'./create_index.html'"></div>
21+
<div ng-include src="'./modals/create_index.html'"></div>
2222
<div ng-include src="'./modals/cluster_settings.html'"></div>
2323
</div>
2424
</th>

0 commit comments

Comments
 (0)