atlassian/localstack

View on GitHub
localstack/dashboard/web/views/infra.graph.html

Summary

Maintainability
Test Coverage
<section ng-controller="graphCtrl" class="fullsize">

    <div ng-show="loading" style="padding: 20px;">
        <img src="img/loading.gif" alt="Loading"/> Retrieving deployment model from AWS resources.
        This can take a long time, please be patient and do not reload this page...
    </div>
    <div ng-show="status">{{status}}</div>
     <div ng-hide="loading" class="jtk-surface jtk-surface-nopan fullsize" id="graph" style="overflow: auto;"></div>
</section>