Feature/web gui (#15)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Add node display.
This commit is contained in:
parent
b8e1074150
commit
8567a2f052
10 changed files with 90 additions and 28 deletions
|
|
@ -23,6 +23,9 @@ package org.jdrupes.vmoperator.common;
|
|||
*/
|
||||
public class Constants {
|
||||
|
||||
/** The Constant APP_NAME. */
|
||||
public static final String APP_NAME = "vm-runner";
|
||||
|
||||
/** The Constant VM_OP_NAME. */
|
||||
public static final String VM_OP_NAME = "vm-operator";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue