Commit 921e64ae by Rashid Khan

Merge pull request #56 from rashidkpc/master

Fix for micropanel in chrome
parents bdd5d8ac e5b98c5d
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<i class="pointer icon-ban-circle" ng-click="build_search('_missing_',micropanel.field);dismiss();"></i> <i class="pointer icon-ban-circle" ng-click="build_search('_missing_',micropanel.field);dismiss();"></i>
<br><small>{{micropanel.count}} events in the table set</small> <br><small>{{micropanel.count}} events in the table set</small>
</h4> </h4>
<table style="width:500px" class='table table-bordered table-striped table-condensed'> <table style="width:480px" class='table table-bordered table-striped table-condensed'>
<thead> <thead>
<th>{{micropanel.field}}</th> <th>{{micropanel.field}}</th>
<th>Action</th> <th>Action</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment