2013-09-27 18:00:40 -04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<!--
|
|
|
|
~ Druid - a distributed column store.
|
|
|
|
~ Copyright (C) 2012 Metamarkets Group Inc.
|
|
|
|
~
|
|
|
|
~ This program is free software; you can redistribute it and/or
|
|
|
|
~ modify it under the terms of the GNU General Public License
|
|
|
|
~ as published by the Free Software Foundation; either version 2
|
|
|
|
~ of the License, or (at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program; if not, write to the Free Software
|
|
|
|
~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/html">
|
|
|
|
<head>
|
2013-10-03 19:36:48 -04:00
|
|
|
<title>Druid Coordinator Console - Rule Configuration</title>
|
2013-09-27 18:00:40 -04:00
|
|
|
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2013-10-03 19:36:48 -04:00
|
|
|
<meta name="Description" content="Druid Coordinator Console Page"/>
|
2013-09-27 18:00:40 -04:00
|
|
|
|
|
|
|
<style type="text/css">@import "css/style.css";</style>
|
|
|
|
<style type="text/css">@import "css/jquery-ui-1.9.2.css";</style>
|
|
|
|
<style type="text/css">@import "css/config.css";</style>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
2014-01-31 15:37:37 -05:00
|
|
|
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
2013-09-27 18:00:40 -04:00
|
|
|
<script type="text/javascript" src="js/jquery-ui-1.9.2.js"></script>
|
2014-01-31 15:37:37 -05:00
|
|
|
<script type="text/javascript" src="js/config-0.0.2.js"></script>
|
2013-09-27 18:00:40 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2013-10-03 19:36:48 -04:00
|
|
|
<div class="heading">Coordinator Configuration</div>
|
2013-09-27 18:00:40 -04:00
|
|
|
|
|
|
|
<div id="config">
|
|
|
|
<div id="config_list"></div>
|
|
|
|
|
|
|
|
<button type="button" id="update">Update</button>
|
|
|
|
<div id="update_dialog" title="Confirm Update">
|
|
|
|
<p>Are you sure you want to update?</p>
|
|
|
|
</div>
|
|
|
|
<button type="button" id="cancel">Cancel</button>
|
|
|
|
<div id="cancel_dialog" title="Confirm Cancel">
|
|
|
|
<p>Are you sure you want to cancel? All changes will be lost.</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="error_dialog" title="Error!"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|