Skip to content

Commit 41e9c05

Browse files
committed
tiny adjustment
1 parent 46fa3af commit 41e9c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serve/panels-demo/my_viewer_ext/my_panel_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from xcube.server.api import Context
1919
from xcube.webapi.viewer.contrib import Panel, get_dataset
2020

21-
panel = Panel(__name__, title="2D Histogram", icon="equalizer", position=2)
21+
panel = Panel(__name__, title="2D Histogram (Demo)", icon="equalizer", position=3)
2222

2323

2424
# Number of bins in x and y directions.

0 commit comments

Comments
 (0)