Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
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
ops
luna
Commits
767c99ac
Commit
767c99ac
authored
7 years ago
by
liuzheng712
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: do not send the api request
parent
4b62c564
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
cleftbar.component.html
src/app/ControlPage/cleftbar/cleftbar.component.html
+1
-2
No files found.
src/app/ControlPage/cleftbar/cleftbar.component.html
View file @
767c99ac
...
@@ -2,8 +2,7 @@
...
@@ -2,8 +2,7 @@
<div
class=
"search"
>
<div
class=
"search"
>
<input
class=
"left-search"
placeholder=
" Search ..."
maxlength=
"2048"
name=
"q"
autocomplete=
"off"
<input
class=
"left-search"
placeholder=
" Search ..."
maxlength=
"2048"
name=
"q"
autocomplete=
"off"
title=
"Search"
title=
"Search"
type=
"text"
tabindex=
"1"
spellcheck=
"false"
autofocus
[(
ngModel
)]="
q
"
(
keyup
.
enter
)="
Search
(
q
)"
type=
"text"
tabindex=
"1"
spellcheck=
"false"
autofocus
[(
ngModel
)]="
q
"
(
keyup
.
enter
)="
Search
(
q
)"
>
(
ngModelChange
)="
modelChange
($
event
)"
>
</div>
</div>
<ul
class=
"filetree"
>
<ul
class=
"filetree"
>
<li
*
ngFor=
"let hostGroup of HostGroups ; let i = index "
>
<li
*
ngFor=
"let hostGroup of HostGroups ; let i = index "
>
...
...
This diff is collapsed.
Click to expand it.
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