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
|
|
@ -19,7 +19,7 @@ dependencies {
|
|||
implementation 'org.jgrapes:org.jgrapes.util:[1.31.0,2)'
|
||||
|
||||
implementation 'org.jgrapes:org.jgrapes.webconsole.base:[1.2.0,2)'
|
||||
implementation 'org.jgrapes:org.jgrapes.webconsole.vuejs:[1.3.0,2)'
|
||||
implementation 'org.jgrapes:org.jgrapes.webconsole.vuejs:[1.5.0,2)'
|
||||
implementation 'org.jgrapes:org.jgrapes.webconsole.rbac:[1.0.0,2)'
|
||||
implementation 'org.jgrapes:org.jgrapes.webconlet.locallogin:[1.0.0,2)'
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ dependencies {
|
|||
|
||||
application {
|
||||
applicationName = 'vm-manager'
|
||||
applicationDefaultJvmArgs = ['-Xmx50m', '-XX:+UseParallelGC',
|
||||
applicationDefaultJvmArgs = ['-Xmx128m', '-XX:+UseParallelGC',
|
||||
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
||||
]
|
||||
// Define the main class for the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue