Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ec0a68c6
Commit
ec0a68c6
authored
May 08, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed vertical scroll for modal dialog
added a title for Publish to github
parent
63f7e029
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
file-explorer.js
src/app/files/file-explorer.js
+1
-1
modaldialog-styles.js
src/app/ui/styles/modaldialog-styles.js
+2
-0
No files found.
src/app/files/file-explorer.js
View file @
ec0a68c6
...
...
@@ -319,7 +319,7 @@ fileExplorer.prototype.init = function () {
fileExplorer
.
prototype
.
publishToGist
=
function
()
{
modalDialogCustom
.
confirm
(
null
,
'Create a public gist'
,
'Are you sure you want to publish all your files anonymously as a public gist on github.com?'
,
()
=>
{
this
.
toGist
()
}
)
...
...
src/app/ui/styles/modaldialog-styles.js
View file @
ec0a68c6
...
...
@@ -13,6 +13,8 @@ var css = csjs`
}
.modalBody {
word-break: break-word;
overflow-y: auto;
max-height: 600px;
}
.modalFooterOk {
}
...
...
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