Subversion Repositories DevTools

Rev

Rev 7417 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7417 Rev 7457
Line 62... Line 62...
62
                          <th>Package Name
62
                          <th>Package Name
63
                          <th>Package Version
63
                          <th>Package Version
64
                          <th>Package Extension
64
                          <th>Package Extension
65
                          <th>Short Description
65
                          <th>Short Description
66
                          <th>S3 Sync Enabled<%=Quick_Help("f_s3sync")%>
66
                          <th>S3 Sync Enabled<%=Quick_Help("f_s3sync")%>
67
                          <th>S3 Image<%=Quick_Help("f_s3image")%>
67
                          <th>S3 Info<%=Quick_Help("f_s3info")%>
68
                        </tr>
68
                        </tr>
69
                    </thead>
69
                    </thead>
70
                    <tbody>
70
                    <tbody>
71
                    </tbody>
71
                    </tbody>
72
                </table>
72
                </table>
Line 108... Line 108...
108
        <script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
108
        <script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
109
        <script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
109
        <script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
110
        <script language="JavaScript" type="text/javascript">
110
        <script language="JavaScript" type="text/javascript">
111
        formTips.tips.f_s3sync       = stdTip(300, 'S3 SYNC', 'Show packages that are marked to be synced to an S3 bucket' +
111
        formTips.tips.f_s3sync       = stdTip(300, 'S3 SYNC', 'Show packages that are marked to be synced to an S3 bucket' +
112
                                                              '<p>These packages may be processed by CI/CD tools' );
112
                                                              '<p>These packages may be processed by CI/CD tools' );
113
        formTips.tips.f_s3image      = stdTip(300, 'S3 TRANSFER', 'Marked packages currently have S3Tranfer.json file.' );
113
        formTips.tips.f_s3info      = stdTip(300, 'S3 INFO', 'Marked packages currently have s3Transfer.json file.' );
114
 
114
 
115
        </script>
115
        </script>
116
        <script type="text/javascript" charset="utf-8">
116
        <script type="text/javascript" charset="utf-8">
117
        var table;
117
        var table;
118
        var showHide = false;
118
        var showHide = false;
Line 177... Line 177...
177
        showHide = !showHide;
177
        showHide = !showHide;
178
        table.ajax.reload();        
178
        table.ajax.reload();        
179
    });
179
    });
180
 
180
 
181
    $('#ds_avail').on("click", function(){
181
    $('#ds_avail').on("click", function(){
182
        $(this).text( showHideImg ? 'Show S3 Image' : 'Show All');
182
        $(this).text( showHideImg ? 'Show S3 Info' : 'Show All');
183
        showHideImg = !showHideImg;
183
        showHideImg = !showHideImg;
184
        table.ajax.reload();        
184
        table.ajax.reload();        
185
    });
185
    });
186
 
186
 
187
    $('#ds_clearAll').on("click", function(){
187
    $('#ds_clearAll').on("click", function(){