Web front end work
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user