Changeset - 8ff811113121
[Not reviewed]
0 1 0
x - 15 months ago 2024-01-05 01:26:18
xbr@c3l.lu
fix: remove html table
1 file changed with 0 insertions and 17 deletions:
0 comments (0 inline, 0 general)
frontend/index.html
Show inline comments
 
@@ -15,23 +15,6 @@
 

	
 
    <div class="logs" id="logs">
 
        <p class="logs__title">Last incidents</p>
 

	
 
        <table class="logs__table">
 
            <tbody class="logs__tbody">
 
                <tr class="logs__trow">
 
                    <td class="logs__item__name">c3l.lu</td>
 
                    <td class="logs__item__date">3 days ago</td>
 
                </tr>
 
                <tr class="logs__trow">
 
                    <td class="logs__item__name">social.c3l.lu</td>
 
                    <td class="logs__item__date">5 days ago</td>
 
                </tr>
 
                <tr class="logs__trow">
 
                    <td class="logs__item__name">mail.c3l.lu</td>
 
                    <td class="logs__item__date">10 days ago</td>
 
                </tr>
 
            </tbody>
 
        </table>
 
    </div>
 
	</body>
 
</html>
0 comments (0 inline, 0 general)