Web front end work

This commit is contained in:
Tim Shannon
2016-04-14 16:29:56 +00:00
parent a1ced419c0
commit 7ca04a5594
6 changed files with 92 additions and 17 deletions

View File

@ -11,7 +11,9 @@
template: "#tMain",
data: function() {
return {
view: "projects",
project: null,
version: null,
stage: null,
projects: [],
};
},
@ -69,3 +71,4 @@ function get(url, success, error) {
"use strict";
ajax("GET", url, null, success, error);
}