Skip to content

Commit

Permalink
resolve more merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Oct 6, 2023
1 parent 583e82c commit 4a4f4bf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 199 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const (

CreateLogsWaitMinutes = 3 * time.Minute

RemoveLogsWaitHours = 6 * time.Hour

CreateLogFilesInterval = 3 * time.Minute

// basepath/enclave uuid/service uuid <filetype>
PerFileFmtStr = "%s%s/%s%s"

Expand Down
13 changes: 13 additions & 0 deletions engine/server/webapp/asset-manifest 2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "./static/css/main.dbf7687f.css",
"main.js": "./static/js/main.6d24e1d7.js",
"index.html": "./index.html",
"main.dbf7687f.css.map": "./static/css/main.dbf7687f.css.map",
"main.6d24e1d7.js.map": "./static/js/main.6d24e1d7.js.map"
},
"entrypoints": [
"static/css/main.dbf7687f.css",
"static/js/main.6d24e1d7.js"
]
}
1 change: 1 addition & 0 deletions engine/server/webapp/index 2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Kurtosis Enclave Manager</title><script defer="defer" src="./static/js/main.6d24e1d7.js"></script><link href="./static/css/main.dbf7687f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

0 comments on commit 4a4f4bf

Please sign in to comment.