Merge branch 'master' of github.com:InTradeSysTeam/webmaker-app
This commit is contained in:
Коммит
4b6974909f
|
@ -27,12 +27,15 @@ module.exports = {
|
||||||
},
|
},
|
||||||
ready: function (){
|
ready: function (){
|
||||||
var self = this;
|
var self = this;
|
||||||
// Fetch collected Data
|
|
||||||
|
|
||||||
/*var data = new Data('foooobar');
|
// Fetch collected Data
|
||||||
self.currentDataSets = [];
|
self.currentDataSets = [];
|
||||||
data.getAllDataSets(function(currentDataSets) {
|
if(!self.isEditing) {
|
||||||
self.currentDataSets = currentDataSets;
|
var data = new Data(self.$parent.$parent.$data.app.id);
|
||||||
});*/
|
|
||||||
|
data.getAllDataSets(function(currentDataSets) {
|
||||||
|
self.currentDataSets = currentDataSets;
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -114,6 +114,8 @@
|
||||||
|
|
||||||
.noDataInfo {
|
.noDataInfo {
|
||||||
border-bottom: 1px solid @borderColor;
|
border-bottom: 1px solid @borderColor;
|
||||||
|
border-top: 1px solid @borderColor;
|
||||||
|
margin-top: -1px;
|
||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: @darkGrey;
|
color: @darkGrey;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче