~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to webui/index.html

  • Committer: Joe Talbott
  • Date: 2014-01-23 19:29:38 UTC
  • mto: (126.2.10 webui)
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: joe.talbott@canonical.com-20140123192938-pdcv9cysfu8s5eeg
Add webui app

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <script type="text/javascript" src="http://yui.yahooapis.com/3.14.0/build/yui/yui.js"></script>
 
4
    <script type="text/javascript" src="webui.js"></script>
 
5
    <script type="text/javascript" src="webui_ticket_list.js"></script>
 
6
    <link rel="stylesheet" href="webui.css">
 
7
    <title>CI Engine Web UI</title>
 
8
  </head>
 
9
  <body id="doc">
 
10
 
 
11
 
 
12
    <div id="table" class="yui3-skin-sam"></div>
 
13
    Click a row for details.
 
14
    <div id="container"></div>
 
15
    Refresh every <input type="text" id="refresh_rate" value="10" maxlength="3" size="2"/> Seconds.
 
16
             
 
17
  </body>
 
18
</html>