-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmts.html
31 lines (26 loc) · 1.26 KB
/
mts.html
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
<html>
<head>
<title>mts data feed</title>
<meta http-equiv="Cache-Control" content="no-store" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" crossorigin="anonymous"></script>
<script src="https://connectors.tableau.com/libs/tableauwdc-2.3.latest.js" type="text/javascript"></script>
<script src="../js/mts.js" type="text/javascript"></script>
</head>
<body>
<div class="container container-table">
<div class="text-center col-md-4 col-md-offset-4">
<div class="col-12">Enter your mts token:<br>
<input type="text" id="input_token"><br>
</div>
<div class="col-12">Enter your dashboard id:<br>
<input type="text" id="dashboard_id"><br>
</div>
<div class="text-center col-md-4 col-md-offset-4">
<button type="button" id="submitButton" class="btn btn-success" style="margin: 10px;">Get mts data!</button>
</div>
</div>
</div>
</body>
</html>