After thousands of hrs of not bathing looking at a computer monitor with blood-shot bulging eyes & going through hundreds & hundreds of lines of code pulling my hairs out at the same time I have finally figured out why my databases disappeared without a trace from appadmin/index. I had this line of code in my CSS file:
.tab-content{
display: none;
background: #ededed;
padding: 15px;
border: solid 1px black;
border-radius:10px;
}
The highlighted part caused the databases to disappear because they are held inside a tab, i didn't realize this when i wrote that line, I changed the tab-content class name and my databases re-appeard.
This programming thing will kill us!!! I'm goign to bed now! I deserve it, i'll wake up after 2 days!
Regards;
Mostwanted