+
+ 0
+ ? logs.join('\n')
+ : 'No logs available for the last 24 hours. Logs may take few minutes after the share is processed...'
+ }
+ options={{ minimap: { enabled: false } }}
+ theme="vs-dark"
+ inDiffEditor={false}
+ height="35rem"
+ language="text"
+ showPrintMargin
+ showGutter
+ highlightActiveLine
+ editorProps={{
+ $blockScrolling: Infinity
+ }}
+ setOptions={{
+ enableBasicAutocompletion: true,
+ enableLiveAutocompletion: true,
+ enableSnippets: true,
+ showLineNumbers: true,
+ tabSize: 2
+ }}
+ />
+
+
+ )}
+