Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
2ba37572
Commit
2ba37572
authored
Apr 25, 2016
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
0f8aa333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
common-style.css
...-portal/src/main/resources/static/styles/common-style.css
+0
-4
app.html
apollo-portal/src/main/resources/static/views/app.html
+1
-1
No files found.
apollo-portal/src/main/resources/static/styles/common-style.css
View file @
2ba37572
...
...
@@ -168,10 +168,6 @@ table th {
overflow
:
scroll
;
}
textarea
:disabled
{
color
:
#5b6e84
;
}
.namespace-view-table
{
max-height
:
700px
;
/*overflow-y: scroll;*/
...
...
apollo-portal/src/main/resources/static/views/app.html
View file @
2ba37572
...
...
@@ -135,7 +135,7 @@
<!--text view-->
<textarea
class=
"form-control"
rows=
"30"
ng-show=
"isItemsViewOpened && namespace.viewType == 'text'"
ng-disabled=
"!namespace.isTextEditing"
>
ng-disabled=
"!namespace.isTextEditing"
ng-model=
"namespace.text"
>
{{namespace.text}}
</textarea>
...
...
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