Skip to content

Commit d272b32

Browse files
committed
add banner to neo4j browser
1 parent 4004074 commit d272b32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/views/BrowserView.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ watch(
6161
</script>
6262

6363
<template>
64+
<q-banner dense inline-actions class="banner">
65+
You are using IHR's custom IYP Browser!
66+
<template v-slot:action>
67+
<q-btn
68+
outline
69+
dense
70+
label="Go back to Neo4J Browser"
71+
size="sm"
72+
href="https://iyp.iijlab.net/iyp/browser/?dbms=iyp-bolt.iijlab.net:443"
73+
/>
74+
</template>
75+
</q-banner>
6476
<div class="container">
6577
<div class="browser-input-container">
6678
<InputPanel @run="runQuery" />
@@ -105,4 +117,8 @@ watch(
105117
.output-panel {
106118
height: v-bind('outputPanelHeight');
107119
}
120+
.banner {
121+
background-color: #263238;
122+
color: #ffffff;
123+
}
108124
</style>

0 commit comments

Comments
 (0)