mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add dashboard (initial)
This commit is contained in:
parent
116ef1d31f
commit
c795880535
7 changed files with 575 additions and 0 deletions
29
views/layout.erb
Normal file
29
views/layout.erb
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
||||
<link rel='stylesheet' type='text/css' href='/dashboard.css' />
|
||||
|
||||
<script type='text/javascript' src='http://code.jquery.com/jquery-latest.min.js'></script>
|
||||
<script type='text/javascript' src='http://d3js.org/d3.v3.min.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id='content'>
|
||||
|
||||
<div id='header'>
|
||||
<embed src='/img/logo.jpg' width='216px' height='162px' class='logo' />
|
||||
<div class='text'><b>vmware-host-pooler</b></div>
|
||||
</div>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue