Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ <h5 ng-class="{active: showInstancesBreakdown}">
</div>
</div>
</div>

<no-data ng-show="endpoint.instances.length == 0" message="No messages processed in this period of time."></no-data>
Copy link
Member

@WilliamBZA WilliamBZA Oct 29, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a no-data component??


<div class="row">
<div class="col-sm-12 no-side-padding">
Expand Down Expand Up @@ -378,6 +380,8 @@ <h5 ng-class="{active: showInstancesBreakdown}">
</div>
</div>
</div>

<no-data ng-show="endpoint.messageTypes.length == 0" message="No messages processed in this period of time."></no-data>

<div class="row">
<div class="col-sm-12 no-side-padding">
Expand Down