mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
ifctester webapp - add some tooltips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user