Fix typo
This commit is contained in:
parent
65e71a89e2
commit
d95f04f3ba
@ -266,7 +266,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
|
|
||||||
function mount_selected(mnt_point) {
|
function mount_selected(mnt_point) {
|
||||||
|
|
||||||
@ -276,7 +276,7 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'post',
|
type: 'post',
|
||||||
url: '/volume/mount',
|
url: '/volume/mount',
|
||||||
data: {mount_point: nmt_point, volume_name: vol_name},
|
data: {mount_point: mnt_point, volume_name: vol_name},
|
||||||
success: function(data){
|
success: function(data){
|
||||||
console.log("mount success");
|
console.log("mount success");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user