Skip to content

Commit

Permalink
Merge pull request #93 from PyWorkflowApp/fixesJest
Browse files Browse the repository at this point in the history
Fixes Jest in master
  • Loading branch information
reddigari authored May 13, 2020
2 parents 5d38523 + 324f7d4 commit 793885c
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Object {
tabindex="-1"
>
<div
class="modal-dialog modal-dialog-centered"
class="modal-dialog GraphView modal-dialog-centered"
role="document"
>
<div
Expand All @@ -36,6 +36,21 @@ Object {
<b />
View
</div>
<button
class="close"
type="button"
>
<span
aria-hidden="true"
>
×
</span>
<span
class="sr-only"
>
Close
</span>
</button>
</div>
<div
class="modal-body"
Expand All @@ -53,6 +68,7 @@ Object {
</button>
<button
class="btn btn-secondary"
disabled=""
type="button"
>
Load
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Object {
tabindex="-1"
>
<div
class="modal-dialog modal-dialog-centered"
class="modal-dialog NodeConfig modal-dialog-centered"
role="document"
>
<div
Expand Down
Loading

0 comments on commit 793885c

Please sign in to comment.