Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
d4da3aba
Commit
d4da3aba
authored
Jun 25, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by default packages search is hidden
parent
a2cef51a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+1
-0
debomatic-webui/views/distribution.ejs
debomatic-webui/views/distribution.ejs
+7
-5
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
d4da3aba
...
@@ -118,6 +118,7 @@ footer .info {
...
@@ -118,6 +118,7 @@ footer .info {
}
}
#packages
.search
{
#packages
.search
{
display
:
none
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
...
...
debomatic-webui/views/distribution.ejs
View file @
d4da3aba
...
@@ -13,11 +13,13 @@
...
@@ -13,11 +13,13 @@
<aside id="sidebar" class="col-md-3">
<aside id="sidebar" class="col-md-3">
<nav id="packages">
<nav id="packages">
<h2>Packages</h2>
<h2>Packages</h2>
<div class="input-group search">
<div class="search">
<input type="text" class="form-control text" placeholder="Search">
<div class="input-group">
<span class="input-group-btn">
<input type="text" class="form-control text" placeholder="Search">
<a class="btn btn-default reset"><span class="glyphicon glyphicon-remove-sign"></span></a>
<span class="input-group-btn">
</span>
<a class="btn btn-default reset"><span class="glyphicon glyphicon-remove-sign"></span></a>
</span>
</div>
</div>
</div>
<ul class="nav nav-pills nav-stacked"></ul>
<ul class="nav nav-pills nav-stacked"></ul>
</nav>
</nav>
...
...
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