ifctester webapp - add some tooltips

This commit is contained in:
Andrej730
2024-10-29 17:42:03 +05:00
parent e9731f3047
commit 067203cb9a
+5 -5
View File
@@ -31,8 +31,8 @@
<a href="#"><i data-feather="plus"></i>New Spec</a>
</ids-new>
<span>
<a href="#"><i data-feather="settings"></i>Settings</a>
<a href="#"><i data-feather="help-circle"></i>Heeeelllp!</a>
<a href="#" title="Not implemented"><i data-feather="settings"></i>Settings</a>
<a href="#" title="Not implemented"><i data-feather="help-circle"></i>Heeeelllp!</a>
</span>
</header>
<template>
@@ -41,17 +41,17 @@
<div style="position: relative;">
<div class="ids-controls">
<ids-loader>
<a href="#">
<a href="#" title="Load IDS file">
<i data-feather="upload"></i> LOAD
</a>
</ids-loader>
<ids-save>
<a href="#">
<a href="#" title="Save IDS file">
<i data-feather="download"></i> SAVE
</a>
</ids-save>
<ids-audit>
<a href="#">
<a href="#" title="Select IFC file to audit using current spec">
<i data-feather="play"></i> AUDIT MODEL
</a>
</ids-audit>