bootstrap tutorial - How to disable tabs in Bootstrap - bootstrap examples - bootstrap templates - bootstrap 3
Answer: Remove data-toggle="tab" from Tabs
You can remove the attribute data-toggle="tab" from the tab's <a> element to disable a Bootstrap tab. Further you can add the class .disabled to the parent<li> element to make it look like disabled visually. Here's an example: