MCPcopy Create free account
hub / github.com/apache/storm / format

Function format

storm-webapp/src/main/webapp/js/script.js:374–379  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

372};
373
374var format = function (row){
375 var result = '<div class="worker-child-row">Worker components: ';
376 result += formatComponents (row) || 'N/A';
377 result += '</div>';
378 return result;
379};
380
381// Build a table of per-worker resources and components (when permitted)
382var makeWorkerStatsTable = function (response, elId, parentId, type) {

Callers 1

showComponentsFunction · 0.85

Calls 1

formatComponentsFunction · 0.85

Tested by

no test coverage detected