Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
wanli
evm-store
Commits
f6cb9719
Commit
f6cb9719
authored
Mar 16, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
79eb2e3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
backend/controller/build_logs_manager.py
backend/controller/build_logs_manager.py
+1
-1
frontend/src/views/app-store/index.vue
frontend/src/views/app-store/index.vue
+0
-2
No files found.
backend/controller/build_logs_manager.py
View file @
f6cb9719
...
...
@@ -100,7 +100,7 @@ class BuildLogsManager(object):
result
=
fullStackDB
.
update
(
BuildLogs
,
{
'uuid'
:
uuid
},
is_delete
=
True
,
delete_at
=
datetime
.
now
(),
delete_by
=
editor
)
return
result
,
"delete build_logs {}."
.
format
(
"success"
if
result
else
"fail"
)
def
get
(
self
,
app_id
):
def
get
(
self
,
user
,
app_id
):
with
db_session
:
app
=
Apps
.
get
(
uuid
=
app_id
)
if
not
app
:
...
...
frontend/src/views/app-store/index.vue
View file @
f6cb9719
...
...
@@ -226,7 +226,6 @@
:action=
"`${window.location.protocol}//${window.location.host}/api/v1/evm_store/upload`"
:on-remove=
"handleFrameworkRemove"
:on-success=
"handleFrameworkSuccess"
:file-list=
"fileList"
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
...
...
@@ -341,7 +340,6 @@ export default {
},
handleEdit
(
index
,
row
)
{
this
.
post
=
Object
.
assign
(
row
);
this
.
fileList
=
[];
this
.
imageUrl
=
null
;
this
.
currentIndex
=
index
;
this
.
currentValue
=
row
;
...
...
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