forked from krmorse/EstimationBoard
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathApp-debug.html
More file actions
31 lines (26 loc) · 757 Bytes
/
App-debug.html
File metadata and controls
31 lines (26 loc) · 757 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Estimation Board</title>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.1/sdk-debug.js"></script>
<script type="text/javascript">
Rally.loadScripts(
[
"SizesField.js",
"RowSettingsField.js",
"Settings.js",
"BoardApp.js",
],
function() {
Rally.launchApp('EstimationBoardApp', {
name:"Estimation Board",
parentRepos:"",
version:"1.0.1"
});
}, true);
</script>
<link rel="stylesheet" type="text/css" href="BoardApp.less.css"/>
</head>
<body>
</body>
</html>