Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IOU
microdep
Commits
a0b97449
Commit
a0b97449
authored
Jan 27, 2022
by
Olav Kvittem
Browse files
styled top-margin. bug in deleteing tab
parent
7d16c87b
Pipeline
#51355
passed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/script/microdep-map.html
View file @
a0b97449
...
...
@@ -85,7 +85,7 @@
</head>
<body
style=
"height:
5
0%"
>
<body
style=
"height:
8
0%
;padding-top:5px;
"
>
<!-- <h2>Micro dependability measurement node map</h2> -->
<!--
<button class=knapp id="draw">Connections</button>
...
...
@@ -343,7 +343,7 @@ function show_map (network) {
});
$
(
window
).
on
(
"
resize
"
,
function
()
{
$
(
"
#mapid
"
).
height
(
$
(
window
).
height
()
-
40
0
);
$
(
"
#mapid
"
).
height
(
$
(
window
).
height
()
-
25
0
);
}).
trigger
(
"
resize
"
);
}
...
...
@@ -1644,7 +1644,7 @@ function report_summary(div_id){
new_tab
.
delegate
(
"
span.ui-icon-close
"
,
"
click
"
,
function
()
{
var
panelId
=
$
(
this
).
closest
(
"
li
"
).
remove
().
attr
(
"
aria-controls
"
);
$
(
"
#
"
+
panelId
).
remove
();
tabs
.
tabs
(
"
refresh
"
);
$
(
"
#
tabs
"
)
.
tabs
(
"
refresh
"
);
});
...
...
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