mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
imagem planta baixa inserido
This commit is contained in:
@@ -45,12 +45,7 @@
|
||||
}
|
||||
|
||||
|
||||
#mapa {
|
||||
width: 1200px;
|
||||
height: 800px;
|
||||
background-image: url('https://payload.cargocollective.com/1/22/714749/12741186/FAENG-ANTES_1216.png');
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.elemento {
|
||||
position: absolute;
|
||||
|
||||
@@ -51,8 +51,8 @@ var resposta = fetch(url, {method: 'GET', headers: {'Content-Type': 'applicati
|
||||
},}).then(response => response.json())
|
||||
.then(data => {
|
||||
console.log(data);
|
||||
if(data.status == 'ok'){
|
||||
alert('Mesa movida com sucesso!')
|
||||
if(data.status != 'ok'){
|
||||
alert('Erro ao salvar local:', error)
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
BIN
gestaoRaul/templates/static/midia/mapMesa.webp
Normal file
BIN
gestaoRaul/templates/static/midia/mapMesa.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user