Azure / azure-iot-remote-monitoring

Azure IoT Remote Monitoring preconfigured solution
Other
249 stars 221 forks source link

Customize Azure IoT Suite Dashboard #429

Closed LeonardBae closed 7 years ago

LeonardBae commented 7 years ago

i'm trying to customize azure iot suite dashboard. However, there is a problem in editing the style.(main.css) In previous versions of the project, UI Style was modified when main.css was modified, but when modifying the current main.css (master version) file it seems to be applied in local debugging state, but it is not applied after publishing. How do I apply the main.css style?

fguigui commented 7 years ago

how do you deploy the web site ?

I think it is a matter of publishing, I think publish in vs may work better, it used to work better ? have you already change the style ?

Regards

2017-05-30 6:14 GMT+02:00 Leonard Bae notifications@github.com:

i'm trying to customize azure iot suite dashboard. However, there is a problem in editing the style.(main.css) In previous versions of the project, UI Style was modified when main.css was modified, but when modifying the current main.css (master version) file it seems to be applied in local debugging state, but it is not applied after publishing. How do I apply the main.css style?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Azure/azure-iot-remote-monitoring/issues/429, or mute the thread https://github.com/notifications/unsubscribe-auth/AF4-0CIehGu_YlrwJnGHbg-y7dpKRoXeks5r-5epgaJpZM4NpzwY .

--

Regards / Cordialement Frédéric GUIGUI

LeonardBae commented 7 years ago

Dear fguigui, I deployed using vs. I resolved this issue. when modifying main.min.css, it working good.

thanks.