]> git.proxmox.com Git - proxmox-backup.git/blame - docs/prune-simulator/index.html
prune sim: make numberfields more similar to PBS's
[proxmox-backup.git] / docs / prune-simulator / index.html
CommitLineData
67fd0979
FE
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6 <title>PBS Prune Simulator</title>
7
8 <link rel="stylesheet" type="text/css" href="extjs/theme-crisp/resources/theme-crisp-all.css">
435a6c5e 9 <style>
f5c6a2c9
TL
10 .cal {
11 margin: 5px;
12 }
435a6c5e
TL
13 .cal-day {
14 vertical-align: top;
15 width: 150px;
6f997da8 16 height: 75px; /* this is like min-height when used in tables */
435a6c5e
TL
17 border: #939393 1px solid;
18 color: #454545;
19 }
20 .cal-day-date {
21 border-bottom: #444 1px solid;
22 color: #000;
23 }
24 .strikethrough {
25 text-decoration: line-through;
26 }
27 .black {
28 color: #000;
29 }
30 .sun {
31 background-color: #ededed;
32 }
33 .first-of-month {
34 border-right: dashed black 4px;
35 }
21b55284
FE
36 .clear-trigger {
37 background-image: url(./clear-trigger.png);
38 }
435a6c5e
TL
39 </style>
40
67fd0979
FE
41 <script type="text/javascript" src="extjs/ext-all.js"></script>
42 <script type="text/javascript" src="prune-simulator.js"></script>
43</head>
44<body></body>
45</html>