blob: 3b416532825e3edf073aeb20e65581cd8a7e756d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!-- <!DOCTYPE html>
<html>
<title>
StorPerf Home
</title>
<body>
<h1>StorPerf</h1>
<ul>
<li><a href="/swagger">Interactive API</a></li>
<li><a href="/graphite">Graphite</a></li>
<li><a href="/reporting">Reporting</a></li>
</ul>
</body>
</html> -->
<!DOCTYPE html>
<html>
<head>
<title>Storperf</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">Storperf</a>
</div>
<div>
<ul class="nav navbar-nav">
<li><a href="/swagger">Swagger-UI</a></li>
<li><a href="/graphite">Graphite</a></li>
<li><a href="/reporting">Reporting</a></li>
</ul>
</div>
</div>
<div>
<br>
<br>
<br>
</div>
<p>This can be a good place to place storperf wiki doc or a bit of
elaboration about Storperf. Open to Suggestions.</p>
</body>
</html>
|