Browse Source

We don't need to show a total as DataTables does that for us already.

Joe Clarke 7 years ago
parent
commit
6e4ebdb349
3 changed files with 0 additions and 9 deletions
  1. 0 3
      www/index.php
  2. 0 3
      www/logicsw.php
  3. 0 3
      www/port_profiles.php

+ 0 - 3
www/index.php

@@ -219,9 +219,6 @@ $(document).ready(function() {
 	  <h1><?=TOOL_NAME?>: Physical Switches</h1>
         </div>
         <br/>
-        <div>
-          Total Physical Switches Displayed: <b><?=count($switches)?></b>
-        </div>
       </div>
     </div>
     <div class="apage">

+ 0 - 3
www/logicsw.php

@@ -251,9 +251,6 @@ $(document).ready(function() {
 	  <h1><?=TOOL_NAME?>: Logical Switches</h1>
         </div>
         <br/>
-        <div>
-          Total Logical Switches Displayed: <b><?=count($switches)?></b>
-        </div>
       </div>
     </div>
     <div class="apage">

+ 0 - 3
www/port_profiles.php

@@ -109,9 +109,6 @@ $(document).ready(function() {
 	  <h1><?=TOOL_NAME?>: Port Profiles</h1>
         </div>
         <br/>
-        <div>
-          Total Port Profiles Displayed: <b><?=count($profiles)?></b>
-        </div>
       </div>
     </div>
     <div class="apage">