Support: template cleanup
[myslice.git] / portal / templates / supportview.html
index 4f86fab..0b2a3a5 100644 (file)
 <div id="middle" align="center">
     <div class="well">
         <table class="mytable table table-bordered table-hover">
-            <tr class="odd">
+            <tr>
                 <th>Ticket No</th>
+                               <th>Reported By</th>
                                <th>Description</th>
                 <th>Status</th>
             </tr>
-            <tr class="border_bottom">
-                <td class="odd">1</td>
-                               <td class="odd"> Slice_request page is not working </td>
-                               <td class="even"> Unresolved</td>
+            <tr>
+                <td>1</td>
+                               <td>yasin.upmc@gmail.com</td>
+                               <td> Slice_request page is not working </td>
+                               <td> Unresolved</td>
             </tr>
-                       <tr class="border_bottom">
-                       <td class="odd">2</td>
-                       <td class="odd">Unable to Register</td>
-                       <td class="even"> Unresolved</td>
+                       <tr>
+                       <td>2</td>
+                               <td>azerty@lip6.fr</td>
+                       <td>Unable to Register</td>
+                       <td>Unresolved</td>
                        </tr>
 
         </table>