Bugfix/ts style2 (#18)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
39a2a0389e
commit
350446b522
4 changed files with 4 additions and 4 deletions
|
|
@ -11,6 +11,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ignorePatterns": ["src/**/*.test.ts", "build/**"]
|
"ignorePatterns": ["src/**/*.test.ts", "build/**/*"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
org.jdrupes.vmoperator.vmconlet/.eslintignore
Normal file
1
org.jdrupes.vmoperator.vmconlet/.eslintignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
rollup.config.mjs
|
||||||
|
|
@ -16,7 +16,7 @@ let pathsMap = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
external: ['vue', 'aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles'],
|
external: ['aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles', 'vue', 'chartjs'],
|
||||||
input: "src/" + packagePath + "/browser/" + baseName + "-functions.ts",
|
input: "src/" + packagePath + "/browser/" + baseName + "-functions.ts",
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,7 @@
|
||||||
|
|
||||||
.jdrupes-vmoperator-vmconlet-view-search {
|
.jdrupes-vmoperator-vmconlet-view-search {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
justify-content: flex-end
|
|
||||||
|
|
||||||
form {
|
form {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue