~ursinha/ubuntu-ci-services-itself/private-only-is-env-variable

« back to all changes in this revision

Viewing changes to webui/ticket.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_detail.js"></script>
 
6
    <link rel="stylesheet" href="webui.css">
 
7
    <title>CI Engine Web UI Ticket Details</title>
 
8
  </head>
 
9
  <body id="doc">
 
10
    <div id="container"></div>
 
11
    Refresh every <input type="text" id="refresh_rate" value="10" maxlength="3" size="2"/> Seconds.
 
12
             
 
13
  </body>
 
14
</html>