Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Added small prelert swirl logo to visualization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Harverson committed Jun 7, 2016
1 parent 58a6f09 commit 90a04dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added public/prelert_logo_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion public/prelert_swimlane_vis.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="prl-swimlane-vis" ng-controller="PrelertSwimlaneVisController">
<div style="display:inline-block;">
<div style="display:inline-block; width: 100%;">
<div style="float:left; display:inline;">
<label class="small">Interval:</label>
<select class="form-control" ng-model="vis.params.interval" ng-options="interval as interval.display for interval in vis.type.params.intervalOptions track by interval.display" ng-change="updateViewState()">
</select>
Expand All @@ -9,6 +10,11 @@
class="text-warning"
info="This interval creates {{ vis.params.interval.scale > 1 ? 'buckets that are too large' : 'too many buckets' }} to show in the selected time range, so it has been scaled to {{ vis.params.interval.description }}">
</kbn-info>
</div>

<div style="float:right; display:inline; margin-right: 35px; line-height: 30px;">
<img alt="Prelert logo" width="24" height="24" src="/plugins/prelert_swimlane_vis/prelert_logo_24.png" />
</div>
</div>
<div style="display:flex;">
<prl-swimlane-vis style="width: 100%; height: 200px;"></prl-swimlane-vis>
Expand Down

0 comments on commit 90a04dd

Please sign in to comment.