-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some CSS hell.
- Loading branch information
Showing
22 changed files
with
259 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
bindings/hiveoview/src/views/dashboard/dashboardMenu.gohtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{{- /*gotype:AppHeadTemplateData*/ -}} | ||
|
||
<!-- dropdown menu --> | ||
<h-dropdown position="bottomright" > | ||
<button slot="button" class="h-icon-button outline" style="border:none"> | ||
<iconify-icon icon="mdi:menu"></iconify-icon> | ||
</button> | ||
|
||
<ul class="h-shadow" | ||
hx-params="none" | ||
hx-swap="innerHTML" | ||
hx-target="#dashboardDialog"> | ||
|
||
<li hx-get="{{.RenderNewTilePath}}" | ||
hx-target="#dashboardDialog"> | ||
<iconify-icon icon='mdi:tab-plus'></iconify-icon> | ||
Add Tile | ||
</li> | ||
|
||
<li class="h-horizontal-divider"></li> | ||
|
||
<li hx-get="{{.RenderEditDashboardPath}}"> | ||
<iconify-icon icon='mdi:view-dashboard-edit'></iconify-icon> | ||
Edit Dashboard | ||
</li> | ||
|
||
<li hx-get="{{.RenderAddDashboardPath}}"> | ||
<iconify-icon icon='mdi:plus'></iconify-icon> | ||
Add Dashboard | ||
</li> | ||
|
||
<li hx-get="{{.RenderConfirmDeleteDashboardPath}}" | ||
> | ||
<iconify-icon icon="mdi:delete"></iconify-icon> | ||
Delete Dashboard | ||
</li> | ||
|
||
</ul> | ||
</h-dropdown> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../hiveoview/src/views/comps/schemaValue.go → .../hiveoview/src/views/thing/schemaValue.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package comps | ||
package thing | ||
|
||
import "github.com/hiveot/hub/wot/tdd" | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.