Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rainbond Console
Commits
f7e3f752
Commit
f7e3f752
authored
6 years ago
by
yangyq
Browse files
Options
Download
Email Patches
Plain Diff
build js
parent
b2171d71
master
V5.0
V5.1
V5.2
V5.3
bug-fix
cloud
dazuimao1990-patch-1
dazuimao1990-patch-2
dazuimao1990-patch-3
dependabot/pip/django-2.2.24
dependabot/pip/djangorestframework-3.11.2
dependabot/pip/httplib2-0.19.0
dependabot/pip/pillow-8.1.1
dependabot/pip/pillow-8.2.0
dependabot/pip/rsa-4.1
dev
feature-helmapp
publiccloud
revert-408-app_share_5.1
revert-411-app_share_5.1
sqlite3
upgrade
zxs-work-2019101801
zxs-work-2019101802
v5.3.2-release
v5.3.1-release
v5.3.0-release
v5.2.2-release
v5.2.1-release
v5.2.0-release
v5.2.0-beta2
v5.2.0-beta1
v5.1.11-release
v5.1.10-release
v5.1.9-release
v5.1.8-release
v5.1.6-release
v5.1.5-release
v5.1.4-release
v5.1.3-release
v5.1.2-release
v5.1.1-release
v5.1.0-release
v5.0.4-release
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
www/static/ant-pro/ant-design-pro-template/src/models/groupControl.js
+1
-1
...nt-pro/ant-design-pro-template/src/models/groupControl.js
www/static/ant-pro/ant-design-pro-template/src/routes/Group/Backup.js
+1
-1
...nt-pro/ant-design-pro-template/src/routes/Group/Backup.js
www/static/dists/index.c3ae971c.js
+1
-1
www/static/dists/index.c3ae971c.js
www/templates/index.html
+1
-1
www/templates/index.html
with
4 additions
and
4 deletions
+4
-4
www/static/ant-pro/ant-design-pro-template/src/models/groupControl.js
+
1
-
1
View file @
f7e3f752
...
...
@@ -275,7 +275,7 @@ export default {
payload
,
callback
},
{
call
,
put
})
{
const
response
=
yield
call
(
del
Restore
,
payload
);
const
response
=
yield
call
(
del
Backup
,
payload
);
if
(
response
)
{
callback
&&
callback
(
response
);
}
...
...
This diff is collapsed.
Click to expand it.
www/static/ant-pro/ant-design-pro-template/src/routes/Group/Backup.js
+
1
-
1
View file @
f7e3f752
...
...
@@ -383,7 +383,7 @@ export default class AppList extends PureComponent {
{
(
data
.
status
==
'
failed
'
)?
<
Fragment
>
<
a
href
=
"
javascript:;
"
onClick
=
{
this
.
handleDel
.
bind
(
this
,
data
)}
>
删除
<
/a
>
<
a
href
=
"
javascript:;
"
onClick
=
{
this
.
handleDel
.
bind
(
this
,
data
)}
>
删除
<
/a
>
<
/Fragment
>
:
''
}
...
...
This diff is collapsed.
Click to expand it.
www/static/dists/index.
f07e805
c.js
→
www/static/dists/index.
c3ae971
c.js
+
1
-
1
View file @
f7e3f752
This diff is collapsed.
Click to expand it.
www/templates/index.html
+
1
-
1
View file @
f7e3f752
...
...
@@ -268,5 +268,5 @@
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script
type=
"text/javascript"
src=
"/static/dists/index.
f07e805
c.js"
></script></body>
<script
type=
"text/javascript"
src=
"/static/dists/index.
c3ae971
c.js"
></script></body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help