Project

General

Profile

« Previous | Next » 

Revision 47224

View differences:

wfs.js
191 191
		},
192 192
		link: function (scope) {
193 193
			scope.currentId = '';
194
			scope.showModal = false;
195

  
194
			scope.currentProc = {};
195
			
196
			scope.showGraphModal = false;
197
			scope.showLogModal = false;
198
			
196 199
			scope.doOnRefesh = function () {
197 200
				scope.onRefresh();
198 201
			}
199 202
			scope.showProcess = function (procId) {
200 203
				scope.currentId = procId;
201
				scope.showModal = true;
204
				scope.showGraphModal = true;
202 205
			}
206
			scope.showProcessLog = function (proc) {
207
				scope.currentProc = proc;
208
				scope.showLogModal = true;
209
			}
203 210
		}
204 211
	}
205 212
});

Also available in: Unified diff