Project

General

Profile

« Previous | Next » 

Revision 58375

remoteMdstore API creation in other infrastructure (partial implementation)

View differences:

repoApi.st
82 82
			
83 83
		<div class="input-group input-group-sm col-xs-12 col-md-6" style="padding: 10px; float: left;">
84 84
	  		<span class="input-group-addon" style="width: 150px;"><b>Last aggregation</b></span>
85
	  		<ng-api-mdstore-info label="Collect" date="currentRepoApi.collDate" total="currentRepoApi.collTotal" id="currentRepoApi.collMdId"></ng-api-mdstore-info>	  		
86
	  		<ng-api-mdstore-info label="Transform" date="currentRepoApi.aggrDate" total="currentRepoApi.aggrTotal" id="currentRepoApi.aggrMdId"></ng-api-mdstore-info>
85
	  		<ng-api-mdstore-info label="Collect" date="currentRepoApi.collDate" total="currentRepoApi.collTotal" id="currentRepoApi.collMdId" sync-description="$syncDesc$" sync-function="showCreateRemoteSyncApi('$mongoUrl$','$mongoDB$',currentRepoApi.collMdId, 'remoteCollectedMdStore')"></ng-api-mdstore-info>	  		
86
	  		<ng-api-mdstore-info label="Transform" date="currentRepoApi.aggrDate" total="currentRepoApi.aggrTotal" id="currentRepoApi.aggrMdId" sync-description="$syncDesc$" sync-function="showCreateRemoteSyncApi('$mongoUrl$','$mongoDB$',currentRepoApi.aggrMdId, 'remoteAggregatedMdStore')"></ng-api-mdstore-info>
87 87
	  		<ng-api-objectstore-info label="Download" date="currentRepoApi.downloadDate" total="currentRepoApi.downloadTotal" id="currentRepoApi.downloadObjId"></ng-api-objectstore-info>
88 88
		</div>		
89 89
		
......
241 241
	</div>
242 242
</div>
243 243

  
244
<div id="remoteSyncApiModal" class="modal fade" tabindex="-1" role="dialog">
245
	<div class="modal-dialog modal-lg">
246
		<div class="modal-content">
247
			<div class="modal-header">
248
				<button type="button" class="close" data-dismiss="modal">&times;</button>
249
				<h4 class="modal-title">Create remote API</h4>
250
			</div>
251
			<div class="modal-body">
252
				The following API will be created on ...:
253
				<br /><br />
254
				<pre>{{newSyncApi | json}}</pre>
255
			</div>
256
			<div class="modal-footer">
257
				<button type="button" class="btn btn-primary" data-dismiss="modal">Confirm</button>
258
				<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
259
			</div>
260
		</div>
261
	</div>
262
</div>
244 263

  
245 264
$ui/repos/repoDetails()$
246 265
$ui/workflows/common/atomwf()$

Also available in: Unified diff