GUI -- Device View still had hardcoded sort params - fixed.
- Minor other cleanup of variable names.

Change-Id: I17b40fa087e653fecb49ded4feb7ff1932fb52e9
diff --git a/web/gui/src/main/webapp/app/view/device/device.html b/web/gui/src/main/webapp/app/view/device/device.html
index cff0845..c37f295 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -4,7 +4,7 @@
     <table class="summary-list"
            onos-fixed-header
            onos-sortable-header
-           sort-callback="sortCallback(urlSuffix)">
+           sort-callback="sortCallback(requestParams)">
         <thead>
             <tr>
                 <th colId="available"></th>