use vue.js for the UI

This commit is contained in:
2018-04-02 09:18:41 +02:00
parent 22c99f8517
commit 5e53e667fe
9 changed files with 11607 additions and 159 deletions

View File

@@ -4,16 +4,15 @@ import java.util.Arrays;
import java.util.List;
public class DashTypes {
public static final List<String> DEFAULT = Arrays.asList(
"1",//
"2",//
"3",//
"4",//
"6",//
"\".\"",//
"\"-\"",//
"\"._\"",//
"\"..- \"",//
"\"(50,6,2,6)\""//
);
public static final List<String> DEFAULT = Arrays.asList("1", //
"2", //
"3", //
"4", //
"5", //
"6", //
"\".\"", //
"\"-\"", //
"\"._\"", //
"\"..- \""//
);
}