Преглед изворни кода

Panel - Add table-hover class in tables

DSR! пре 4 година
родитељ
комит
346612fec0

+ 1 - 1
src/pineapple/modules/Clients/module.html

@@ -8,7 +8,7 @@
                 <br><img class="center-block" src="img/throbber.gif"><br>
             </div>
             <div class="table-responsive table-dropdown" ng-show="clients.length && !loading">
-                <table class="table">
+                <table class="table table-hover">
                     <thead>
                     <tr>
                         <th>MAC Address</th>

+ 2 - 2
src/pineapple/modules/Dashboard/module.html

@@ -49,7 +49,7 @@
             <div class="panel-heading">
                 <h3 class="panel-title">Landing Page Browser Stats</h3>
             </div>
-            <table class="table" ng-hide="browsers.length == 0">
+            <table class="table table-hover" ng-hide="browsers.length == 0">
                 <tr>
                     <td>
                     <img src="img/browser_chrome.png" alt="chrome">
@@ -139,7 +139,7 @@
                     </span>
                 </h3>
             </div>
-            <table class="table" ng-show="notifications.length">
+            <table class="table table-hover" ng-show="notifications.length">
                 <tbody>
                     <tr ng-repeat="notification in notifications">
                         <td>{{ notification.message }}</td>

+ 2 - 2
src/pineapple/modules/ModuleManager/module.html

@@ -19,7 +19,7 @@
                     <h3 class="panel-title">Available Modules <button class="btn btn-default btn-xs btn-fixed-length pull-right" ng-click="getAvailableModules()">Refresh</button></h3>
                 </div>
                 <div class="table-responsive table-dropdown">
-                    <table class="table module-table">
+                    <table class="table module-table table-hover">
                         <thead>
                             <tr>
                                 <th>Module</th>
@@ -76,7 +76,7 @@
                     <h3 class="panel-title">Installed Modules</h3>
                 </div>
                 <div class="table-responsive table-dropdown">
-                    <table class="table">
+                    <table class="table table-hover">
                         <thead>
                             <tr>
                                 <th>Module</th>

+ 2 - 2
src/pineapple/modules/Notes/module.html

@@ -23,7 +23,7 @@
                 </h3>
             </div>
             <div class="table-responsive table-dropdown" ng-show="macs.length">
-                <table class="table">
+                <table class="table table-hover">
                     <thead>
                         <tr>
                             <th>Name</th>
@@ -72,7 +72,7 @@
                 </h3>
             </div>
             <div class="table-responsive table-dropdown" ng-show="ssids.length">
-                <table class="table">
+                <table class="table table-hover">
                     <thead>
                         <tr>
                             <th>Name</th>

+ 3 - 3
src/pineapple/modules/PineAP/module.html

@@ -329,7 +329,7 @@
                             <p class="text-center text-info" ng-show="chalrespdata.length == 0">No Challenge Response Data
                                 Available.</p>
                             <div class="table-responsive">
-                                <table ng-show="chalrespdata.length" class="table">
+                                <table class="table table-hover" ng-show="chalrespdata.length">
                                     <thead>
                                     <tr class="default-cursor">
                                         <th>Type</th>
@@ -353,7 +353,7 @@
                             <p class="text-center text-info" ng-show="basicdata.length == 0">No Basic Data
                                 Available.</p>
                             <div class="table-responsive">
-                                <table ng-show="basicdata.length" class="table">
+                                <table class="table table-hover" ng-show="basicdata.length">
                                     <thead>
                                     <tr class="default-cursor">
                                         <th>Type</th>
@@ -406,7 +406,7 @@
                     <br/>
                 </div>
                 <div class="table-responsive" ng-show="handshakes.length !== 0">
-                    <table class="table">
+                    <table class="table table-hover">
                         <thead>
                         <tr class="default-cursor">
                             <th>BSSID</th>

+ 3 - 3
src/pineapple/modules/Recon/module.html

@@ -124,7 +124,7 @@
                     </h3>
                 </div>
                 <div class="table-responsive">
-                    <table class="table" ng-hide="(accessPoints.length === 0)">
+                    <table class="table table-hover" ng-hide="(accessPoints.length === 0)">
                         <thead>
                         <tr class="default-cursor">
                             <th ng-click="orderByName='ssid'; reverseSort = !reverseSort">SSID <span ng-show="orderByName=='ssid'"><span class="caret" ng-show="reverseSort"></span><span class="caret caret-reversed" ng-show="!reverseSort"></span></span></th>
@@ -193,7 +193,7 @@
                     </h3>
                 </div>
                 <div class="table-responsive">
-                    <table class="table">
+                    <table class="table table-hover">
                         <thead>
                         <tr>
                             <th>Client MAC</th>
@@ -229,7 +229,7 @@
                     </h3>
                 </div>
                 <div class="table-responsive">
-                    <table class="table">
+                    <table class="table table-hover">
                         <thead>
                             <tr>
                                 <th>MAC</th>