8f2e6dbc0e250e934382477cea73e60624ccfe32
chmalee
  Fri Feb 16 11:45:42 2024 -0800
Start of populating a list of files to the UI

diff --git src/hg/htdocs/inc/hgMyData.html src/hg/htdocs/inc/hgMyData.html
index 6577d00..19dcbce 100755
--- src/hg/htdocs/inc/hgMyData.html
+++ src/hg/htdocs/inc/hgMyData.html
@@ -11,47 +11,30 @@
                 </span>
             </a>
         </div>
     </div>
 
     <div class='row' >
         <div class='col-md-10'>
             <div>
                 <p>Below are all uploaded track data files associated with your current browsing
                 session that have not been saved yet. Note that if you reset your browsing session
                 you will lose access to these data. Please click the save button below or create a
                 browsing save these files to your account.</p>
             </div>
             <div style="max-width: 1024px">
                 <table id="filesTable" class="sessionTable stripe hover row-border compact" borderwidth=0>
-                    <thead>
-                        <tr>
-                            <th>
-                                <td><b>File name</b></td>
-                                <td><b>created on</b></td>
-                                <td><b>assembly</b></td>
-                                <td align=center><b>view/edit metadata&nbsp;</b></td>
-                                <td align=center><b>delete</b></td>
-                                <td align=center><b>share link</b></td>
-                            </th>
-                        </tr>
-                    </thead>
-                    <tbody>
-                        <tr>
-                            <td>&nbsp;&nbsp;</td>
-                            <td>lorem ipsum dolor</td>
-                    </tbody>
                 </table>
             </div>
         </div>
     </div>
 
     <div class='row' style='display: none'>
         <div class='col-md-10'>
             <div class='row gbSectionBanner'>
                 <div class='col-md-12'>Saved track data</div>
             </div>
             <div>
                 <p>Below are all track data files you have uploaded and saved. You can rename or delete
                 these files via the &quot;edit&quot; or &quot;delete&quot; buttons.</p>
             </div>
             <div id='saved' class=''></div>