Feature/web gui (#15)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

Add node display.
This commit is contained in:
Michael N. Lipp 2023-10-24 13:23:13 +02:00 committed by GitHub
parent b8e1074150
commit 8567a2f052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 90 additions and 28 deletions

View file

@ -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";