onGetDetails(profile: Profile) {
    this.selectedProfile = profile;
    this.action = "Meta";
    this.getMetaData(profile.name);
  };