Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
0989045e
Commit
0989045e
authored
Aug 18, 2021
by
davidzagi93@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing if table error
parent
5f403c03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
remix-ui-terminal.tsx
libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx
+6
-4
No files found.
libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx
View file @
0989045e
...
@@ -663,14 +663,16 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
...
@@ -663,14 +663,16 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
</
td
>
</
td
>
</
tr
>
</
tr
>
)
}
)
}
{
opts
[
'decoded input'
]
&&
(
{
console
.
log
(
opts
[
'decoded input'
],
'opts["decoded input"]'
)
}
{
console
.
log
(
opts
.
log
,
'opts log'
)
}
{
/* {opts['decoded input'] && (
<tr className='tr'>
<tr className='tr'>
<td className='td' data-shared={`key_${opts.hash}`}> decode input </td>
<td className='td' data-shared={`key_${opts.hash}`}> decode input </td>
<td className='td' data-id={`txLoggerTableHash${opts.hash}`} data-shared={`pair_${opts.hash}`}>{opts['decoded input']}
<td className='td' data-id={`txLoggerTableHash${opts.hash}`} data-shared={`pair_${opts.hash}`}>{opts['decoded input']}
<CopyToClipboard content={opts['decoded input']}/>
<CopyToClipboard content={opts['decoded input']}/>
</td>
</td>
</tr>
</tr>
)
}
)}
*/
}
{
opts
[
'decoded output'
]
&&
(
{
opts
[
'decoded output'
]
&&
(
<
tr
className=
'tr'
>
<
tr
className=
'tr'
>
<
td
className=
'td'
data
-
shared=
{
`key_${opts.hash}`
}
>
decode output
</
td
>
<
td
className=
'td'
data
-
shared=
{
`key_${opts.hash}`
}
>
decode output
</
td
>
...
@@ -679,7 +681,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
...
@@ -679,7 +681,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
</
td
>
</
td
>
</
tr
>
</
tr
>
)
}
)
}
{
opts
.
logs
&&
(
{
/* {
opts.logs && (
<tr className='tr'>
<tr className='tr'>
<td className='td' data-shared={`key_${opts.hash}`}> logs </td>
<td className='td' data-shared={`key_${opts.hash}`}> logs </td>
<td className='td' data-id={`txLoggerTableHash${opts.hash}`} data-shared={`pair_${opts.hash}`}>
<td className='td' data-id={`txLoggerTableHash${opts.hash}`} data-shared={`pair_${opts.hash}`}>
...
@@ -688,7 +690,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
...
@@ -688,7 +690,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
<CopyToClipboard content={JSON.stringify(opts.logs.raw || '0')}/>
<CopyToClipboard content={JSON.stringify(opts.logs.raw || '0')}/>
</td>
</td>
</tr>
</tr>
)
}
)}
*/
}
{
opts
.
val
&&
(
{
opts
.
val
&&
(
<
tr
className=
'tr'
>
<
tr
className=
'tr'
>
<
td
className=
'td'
data
-
shared=
{
`key_${opts.hash}`
}
>
val
</
td
>
<
td
className=
'td'
data
-
shared=
{
`key_${opts.hash}`
}
>
val
</
td
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment