Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
WebGUI
Commits
3e3a178c
Commit
3e3a178c
authored
12 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
Minor modification
parent
b00da3f1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml
+2
-2
2 additions, 2 deletions
Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml
Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css
+1
-1
1 addition, 1 deletion
Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css
with
3 additions
and
3 deletions
Kieker.WebGUI/src/main/webapp/AnalysisEditor.xhtml
+
2
−
2
View file @
3e3a178c
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</script>
</script>
</h:head>
</h:head>
<h:body>
<h:body>
<h:form
id=
"hidden"
style=
"display:none"
>
<h:form
id=
"hidden"
style=
"display:none"
>
<p:remoteCommand
autoRun=
"true"
name=
"init"
action=
"#{currentAnalysisEditorBean.initializeGraph()}"
/>
<p:remoteCommand
autoRun=
"true"
name=
"init"
action=
"#{currentAnalysisEditorBean.initializeGraph()}"
/>
</h:form>
</h:form>
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
<p:growl
id=
"messages"
life=
"1500"
showDetail=
"true"
autoUpdate=
"false"
sticky=
"true"
/>
<p:growl
id=
"messages"
life=
"1500"
showDetail=
"true"
autoUpdate=
"false"
sticky=
"true"
/>
<!-- Include the dialog for the configuration. -->
<!-- Include the dialog for the configuration. -->
<ui:include
src=
"dialogs/settingsDialog.xhtml"
/>
<ui:include
src=
"dialogs/settingsDialog.xhtml"
/>
<!-- Include the about-dialog. -->
<!-- Include the about-dialog. -->
<ui:include
src=
"dialogs/aboutDialog.xhtml"
/>
<ui:include
src=
"dialogs/aboutDialog.xhtml"
/>
...
...
This diff is collapsed.
Click to expand it.
Kieker.WebGUI/src/main/webapp/css/AnalysisEditor.css
+
1
−
1
View file @
3e3a178c
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
.tip
{
.tip
{
color
:
#111
;
color
:
#111
;
width
:
139px
;
width
:
fit-content
;
background-color
:
white
;
background-color
:
white
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
-moz-box-shadow
:
#555
2px
2px
8px
;
-moz-box-shadow
:
#555
2px
2px
8px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment