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
4eee3306
Commit
4eee3306
authored
Feb 24, 2017
by
zl张乐(IT)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix_searchItem2' into 'master'
Bugfix filter item See merge request !45
parents
5ae8d214
5c30db83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
namespace-panel-directive.js
...ces/static/scripts/directive/namespace-panel-directive.js
+1
-1
apolloconfigdb.sql
scripts/sql/apolloconfigdb.sql
+1
-1
apolloportaldb.sql
scripts/sql/apolloportaldb.sql
+1
-1
No files found.
apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js
View file @
4eee3306
...
...
@@ -739,7 +739,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na
}
function
toggleItemSearchInput
(
namespace
)
{
namespace
.
showSearchInput
=
!
namespace
.
showSearchInput
;
namespace
.
displayControl
.
showSearchInput
=
!
namespace
.
displayControl
.
showSearchInput
;
}
function
searchItems
(
namespace
)
{
...
...
scripts/sql/apolloconfigdb.sql
View file @
4eee3306
...
...
@@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY
KEY
(
`Id`
),
KEY
`AppId`
(
`AppId`
(
191
)),
KEY
`DataChange_LastTime`
(
`DataChange_LastTime`
),
KEY
`
Name`
(
`Name`
)
KEY
`
IX_Name`
(
`Name`
(
191
)
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'应用表'
;
...
...
scripts/sql/apolloportaldb.sql
View file @
4eee3306
...
...
@@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY
KEY
(
`Id`
),
KEY
`AppId`
(
`AppId`
(
191
)),
KEY
`DataChange_LastTime`
(
`DataChange_LastTime`
),
KEY
`
Name`
(
`Name`
)
KEY
`
IX_Name`
(
`Name`
(
191
)
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'应用表'
;
...
...
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