druid/server/src/main/resources/static/old-console/index.html

51 lines
1.6 KiB
HTML
Raw Normal View History

2012-10-24 03:39:51 -04:00
<!DOCTYPE HTML>
<!--
~ Druid - a distributed column store.
2015-01-30 23:36:38 -05:00
~ Copyright 2012 - 2015 Metamarkets Group Inc.
~
2015-01-30 23:36:38 -05:00
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
2015-01-30 23:36:38 -05:00
~ http://www.apache.org/licenses/LICENSE-2.0
~
2015-01-30 23:36:38 -05:00
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!-- We plan to redo this console at some point in the near future with a real front end framework in place. -->
2012-10-24 03:39:51 -04:00
<html>
<head>
<title>Druid Coordinator Console</title>
2013-01-16 20:31:01 -05:00
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="Description" content="Druid Coordinator Console Page"/>
2012-10-24 03:39:51 -04:00
2013-01-16 20:31:01 -05:00
<style type="text/css">@import "css/style.css";</style>
2012-10-24 03:39:51 -04:00
</head>
<body>
<div class="container">
2013-01-16 20:31:01 -05:00
<div>
<a href="view.html">View Information about the Cluster</a>
</div>
<div>
<a href="rules.html">Configure Assignment Rules</a>
2013-01-16 20:31:01 -05:00
</div>
<div>
<a href="config.html">Configure Coordinator Parameters</a>
</div>
2013-01-16 20:31:01 -05:00
<div>
<a href="enable.html">Enable/Disable Datasources</a>
</div>
<div>
<a href="kill.html">Permanent Segment Deletion</a>
</div>
2012-10-24 03:39:51 -04:00
</div>
</body>
2015-01-30 23:36:38 -05:00
</html>