ticker color variable
This commit is contained in:
parent
a55bcfb9e0
commit
1a9f284447
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<TickerBar
|
||||
v-if="ticker_html !== ''"
|
||||
:content="ticker_html"
|
||||
color="primary"
|
||||
:color="ticker_color"
|
||||
/>
|
||||
</v-layout>
|
||||
</v-app>
|
||||
|
@ -81,6 +81,7 @@ export default class App extends Vue {
|
|||
private dashboard_ip = "0.0.0.0";
|
||||
|
||||
private ticker_html = "<p>changeme</p>";
|
||||
private ticker_color = "primary";
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue