@@ -737,4 +737,12 @@ table.airy tr td {
padding-right: 10px;
font-size: 12px;
font-weight: lighter;
+}
+
+.resultTable th {
+ color: #FFF;
+.dataTables_wrapper .resultTable th {
+ color: #333;
}
@@ -97,6 +97,7 @@
self.clear = function () {
self.fetchedOnce(false);
+ self.meta.removeAll();
self.data.removeAll();
self.images.removeAll();
self.logs('');
@@ -197,6 +198,7 @@
} else {
self.properties(ko.mapping.fromJS(getDefaultSnippetProperties(newValue)));
+ self.result.clear();
});
self.variables = ko.observableArray([]);