💄 improve ui of DockerTable component

This commit is contained in:
Noan
2022-08-23 19:57:03 +02:00
parent 8edda19e05
commit 9003ee6350
3 changed files with 53 additions and 45 deletions

View File

@@ -4,7 +4,10 @@ export default class DockerSingleton extends Docker {
private static dockerInstance: DockerSingleton;
private constructor() {
super();
super({
host: '192.168.1.56',
port: 2377,
});
}
public static getInstance(): DockerSingleton {