Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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