-
-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 2583-allow-model-cards-outside-homepage
- Loading branch information
Showing
12 changed files
with
419 additions
and
71 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
1 change: 1 addition & 0 deletions
1
bundles/org.openhab.ui.basic/src/main/resources/snippets/button.html
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
13 changes: 13 additions & 0 deletions
13
bundles/org.openhab.ui.basic/src/main/resources/snippets/button_element.html
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,13 @@ | ||
<button class="mdl-button mdl-button--raised mdl-js-button mdl-js-ripple-effect button-element %class% %visibility_class%" | ||
data-control-type="button" | ||
data-item="%item%" | ||
data-ignore-state="%stateless%" | ||
data-value="%cmd%" | ||
data-release-value="%release_cmd%" | ||
data-widget-id="%widget_id%" | ||
data-label-color="%label_color%" | ||
data-icon-color="%icon_color%" | ||
> | ||
<span class="%textclass%">%label%</span> | ||
%icon_snippet% | ||
</button> |
Oops, something went wrong.