We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282791b commit b4e5bc9Copy full SHA for b4e5bc9
src/test/java/com/flowingcode/vaadin/addons/errorwindow/ErrorwindowDemoView.java
@@ -1,12 +1,14 @@
1
package com.flowingcode.vaadin.addons.errorwindow;
2
3
import com.flowingcode.vaadin.addons.DemoLayout;
4
+import com.flowingcode.vaadin.addons.GithubLink;
5
import com.flowingcode.vaadin.addons.demo.impl.TabbedDemoImpl;
6
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
7
import com.vaadin.flow.router.Route;
8
9
@SuppressWarnings("serial")
10
@Route(value = "error-window", layout = DemoLayout.class)
11
+@GithubLink("https://github.com/FlowingCode/ErrorWindowAddon")
12
public class ErrorwindowDemoView extends VerticalLayout {
13
14
private static final String ERROR_DEMO = "Error Window Demo";
0 commit comments