lls-ws / lls-src

Source files from project LLS-WS
GNU General Public License v3.0
0 stars 0 forks source link

Fix Icon and ID Button on Table #8

Open lls-ws opened 5 months ago

lls-ws commented 5 months ago

[!CAUTION] Replace this lines

var $botaoVisualizar = botao("botaoVisualizar", "", "eye-open", "0", "btn btn-primary btn-xs", "button", $urlBotao );

[!NOTE] With this lines

var $botaoVisualizar = botao("botaoVisualizar" + id, "", "fa-eye", "0", "btn btn-primary btn->xs", "button", $urlBotao );

[!IMPORTANT] Change Files

[!TIP] Run Command

lls-jquery && lls-jquery milho && lls-jquery cafe && lls-jquery balanca
lls-ws commented 5 months ago

screenshot_02