Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fabio martelli
syncope
Commits
720f62b1
Commit
720f62b1
authored
Jan 14, 2017
by
Gianluca Filippone
Browse files
Fixed table scrolling
parent
66c3f8cc
Changes
10
Hide whitespace changes
Inline
Side-by-side
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/AVGCDDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/AVGInstanceStatsPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/AVGServiceDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/CDDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/ChoreographyDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/ChoreographyPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/InstanceStatsPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/choreography/client-console/src/main/resources/org/apache/syncope/client/console/pages/ServiceDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/ee/client-console/src/main/resources/org/apache/syncope/client/console/pages/EnactmentEngineDetailPage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
ext/ee/client-console/src/main/resources/org/apache/syncope/client/console/pages/EnactmentEnginePage.html
View file @
720f62b1
...
...
@@ -18,7 +18,7 @@ limitations under the License.
<wicket:head>
<style>
div
.dataTable
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
</style>
</wicket:head>
...
...
Write
Preview
Supports
Markdown
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